Html Css Color HEX #BC4DA9 Fuchsia

📋 copy color: '#BC4DA9'

red 188 ◦ green 77 ◦ blue 169

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

Shades of Fuchsia #BC4DA9

Tints of Fuchsia #BC4DA9

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 77 (30.47% from 255) = 17.74%

 BLUE value IS 169 (66.41% from 255) = 38.94%

R = 43.32%
G = 17.74%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC4DA9 (or 0xBC4DA9) is known color: Fuchsia. HEX triplet: BC, 4D and A9. RGB value is (188,77,169). Sum of RGB (Red+Green+Blue) = 188+77+169=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DA9 is #43B256. Grayscale: #787878. Windows color (decimal): -4436567 or 11095484. OLE color: 11095484.

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

Color convert

RGB 188 77 169 -
CMYK 0 0.59 0.10 0.26
HSL 310.27º 0.45% 0.52% -
HSV(B) 310.27º 0.59% 0.74% -
XYZ 30.55 18.86 39.57 -
YUV 120.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 188 77 169 0 0.59 0.10 0.26 310.27 0.45 0.52
Hex BC 4D A9 0 3B A 1A 136 2D 34
Octal 274 115 251 0 73 12 32 466 55 64
Binary 10111100 1001101 10101001 0 111011 1010 11010 100110110 101101 110100

Color Harmonies of #BC4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DA9

Black with #BC4DA9

Text Example


Text Example

White with #BC4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DA9; }

 p { color: rgb(188,77,169); }

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

background-color css

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

 a { background-color: rgb(188,77,169); }

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

border-color css

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

 span { border-color: rgb(188,77,169); }

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