Html Css Color HEX #BC5AB8 Fuchsia

📋 copy color: '#BC5AB8'

red 188 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #BC5AB8

Tints of Fuchsia #BC5AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.48%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 40.69%
G = 19.48%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC5AB8 (or 0xBC5AB8) is known color: Fuchsia. HEX triplet: BC, 5A and B8. RGB value is (188,90,184). Sum of RGB (Red+Green+Blue) = 188+90+184=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB8 is #43A547. Grayscale: #818181. Windows color (decimal): -4433224 or 12081852. OLE color: 12081852.

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

Color convert

RGB 188 90 184 -
CMYK 0 0.52 0.02 0.26
HSL 302.45º 0.42% 0.55% -
HSV(B) 302.45º 0.52% 0.74% -
XYZ 33.05 21.46 47.75 -
YUV 130.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 188 90 184 0 0.52 0.02 0.26 302.45 0.42 0.55
Hex BC 5A B8 0 34 2 1A 12E 2A 37
Octal 274 132 270 0 64 2 32 456 52 67
Binary 10111100 1011010 10111000 0 110100 10 11010 100101110 101010 110111

Color Harmonies of #BC5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AB8

Black with #BC5AB8

Text Example


Text Example

White with #BC5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AB8; }

 p { color: rgb(188,90,184); }

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

background-color css

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

 a { background-color: rgb(188,90,184); }

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

border-color css

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

 span { border-color: rgb(188,90,184); }

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