Html Css Color HEX #BC4DA8 Fuchsia

📋 copy color: '#BC4DA8'

red 188 ◦ green 77 ◦ blue 168

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

Shades of Fuchsia #BC4DA8

Tints of Fuchsia #BC4DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 43.42%
G = 17.78%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC4DA8 (or 0xBC4DA8) is known color: Fuchsia. HEX triplet: BC, 4D and A8. RGB value is (188,77,168). Sum of RGB (Red+Green+Blue) = 188+77+168=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DA8 is #43B257. Grayscale: #787878. Windows color (decimal): -4436568 or 11029948. OLE color: 11029948.

HSL color Cylindrical-coordinate representation of color #BC4DA8: hue angle of 310.81º 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 #BC4DA8 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 168 -
CMYK 0 0.59 0.11 0.26
HSL 310.81º 0.45% 0.52% -
HSV(B) 310.81º 0.59% 0.74% -
XYZ 30.46 18.83 39.07 -
YUV 120.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 188 77 168 0 0.59 0.11 0.26 310.81 0.45 0.52
Hex BC 4D A8 0 3B B 1A 137 2D 34
Octal 274 115 250 0 73 13 32 467 55 64
Binary 10111100 1001101 10101000 0 111011 1011 11010 100110111 101101 110100

Color Harmonies of #BC4DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DA8

Black with #BC4DA8

Text Example


Text Example

White with #BC4DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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