Html Css Color HEX #BA50BC Fuchsia

📋 copy color: '#BA50BC'

red 186 ◦ green 80 ◦ blue 188

#BA50BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA50BC

Tints of Fuchsia #BA50BC

RGB

 RED value IS 186 (73.05% from 255) = 40.97%

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 40.97%
G = 17.62%
B = 41.41%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA50BC (or 0xBA50BC) is known color: Fuchsia. HEX triplet: BA, 50 and BC. RGB value is (186,80,188). Sum of RGB (Red+Green+Blue) = 186+80+188=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BC is #45AF43. Grayscale: #7B7B7B. Windows color (decimal): -4566852 or 12341434. OLE color: 12341434.

HSL color Cylindrical-coordinate representation of color #BA50BC: hue angle of 298.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50BC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 80 188 -
CMYK 0.01 0.57 0 0.26
HSL 298.89º 0.45% 0.53% -
HSV(B) 298.89º 0.57% 0.74% -
XYZ 32.2 19.81 49.7 -
YUV 124.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 186 80 188 0.01 0.57 0 0.26 298.89 0.45 0.53
Hex BA 50 BC 1 39 0 1A 12B 2D 35
Octal 272 120 274 1 71 0 32 453 55 65
Binary 10111010 1010000 10111100 1 111001 0 11010 100101011 101101 110101

Color Harmonies of #BA50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50BC

Black with #BA50BC

Text Example


Text Example

White with #BA50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50BC; }

 p { color: rgb(186,80,188); }

 H1.HeaderClassName
 {
   color: #BA50BC;
 }
 .AnyTagClassName
 {
   color: #BA50BC;
 }
</style>

background-color css

<style>
 a { background-color: #BA50BC; }

 a { background-color: rgb(186,80,188); }

 div.DivClassName
 {
   background-color: #BA50BC;
 }
 .BgClassName
 {
   background-color: #BA50BC;
 }
</style>

border-color css

<style>
 span { border-color: #BA50BC; }

 span { border-color: rgb(186,80,188); }

 td.TdClassName
 {
   border-color: #BA50BC;
 }
 .TagClassName
 {
   border-color: #BA50BC;
 }
</style>