Html Css Color HEX #BC5BB8 Fuchsia

📋 copy color: '#BC5BB8'

red 188 ◦ green 91 ◦ blue 184

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

Shades of Fuchsia #BC5BB8

Tints of Fuchsia #BC5BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

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

R = 40.6%
G = 19.65%
B = 39.74%

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

#BC5BB8 (or 0xBC5BB8) is known color: Fuchsia. HEX triplet: BC, 5B and B8. RGB value is (188,91,184). Sum of RGB (Red+Green+Blue) = 188+91+184=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BB8 is #43A447. Grayscale: #828282. Windows color (decimal): -4432968 or 12082108. OLE color: 12082108.

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

Color convert

RGB 188 91 184 -
CMYK 0 0.52 0.02 0.26
HSL 302.47º 0.42% 0.55% -
HSV(B) 302.47º 0.52% 0.74% -
XYZ 33.13 21.63 47.78 -
YUV 130.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 188 91 184 0 0.52 0.02 0.26 302.47 0.42 0.55
Hex BC 5B B8 0 34 2 1A 12E 2A 37
Octal 274 133 270 0 64 2 32 456 52 67
Binary 10111100 1011011 10111000 0 110100 10 11010 100101110 101010 110111

Color Harmonies of #BC5BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BB8

Black with #BC5BB8

Text Example


Text Example

White with #BC5BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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