Html Css Color HEX #BC5DA8 Fuchsia

📋 copy color: '#BC5DA8'

red 188 ◦ green 93 ◦ blue 168

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

Shades of Fuchsia #BC5DA8

Tints of Fuchsia #BC5DA8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

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

R = 41.87%
G = 20.71%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC5DA8 (or 0xBC5DA8) is known color: Fuchsia. HEX triplet: BC, 5D and A8. RGB value is (188,93,168). Sum of RGB (Red+Green+Blue) = 188+93+168=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DA8 is #43A257. Grayscale: #818181. Windows color (decimal): -4432472 or 11034044. OLE color: 11034044.

HSL color Cylindrical-coordinate representation of color #BC5DA8: hue angle of 312.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5DA8 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 168 -
CMYK 0 0.51 0.11 0.26
HSL 312.63º 0.41% 0.55% -
HSV(B) 312.63º 0.51% 0.74% -
XYZ 31.72 21.35 39.49 -
YUV 129.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 188 93 168 0 0.51 0.11 0.26 312.63 0.41 0.55
Hex BC 5D A8 0 33 B 1A 139 29 37
Octal 274 135 250 0 63 13 32 471 51 67
Binary 10111100 1011101 10101000 0 110011 1011 11010 100111001 101001 110111

Color Harmonies of #BC5DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DA8

Black with #BC5DA8

Text Example


Text Example

White with #BC5DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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