Html Css Color HEX #BC5BB6 Fuchsia

📋 copy color: '#BC5BB6'

red 188 ◦ green 91 ◦ blue 182

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

Shades of Fuchsia #BC5BB6

Tints of Fuchsia #BC5BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 40.78%
G = 19.74%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC5BB6 (or 0xBC5BB6) is known color: Fuchsia. HEX triplet: BC, 5B and B6. RGB value is (188,91,182). Sum of RGB (Red+Green+Blue) = 188+91+182=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BB6 is #43A449. Grayscale: #828282. Windows color (decimal): -4432970 or 11951036. OLE color: 11951036.

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

Color convert

RGB 188 91 182 -
CMYK 0 0.52 0.03 0.26
HSL 303.71º 0.42% 0.55% -
HSV(B) 303.71º 0.52% 0.74% -
XYZ 32.92 21.55 46.68 -
YUV 130.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 188 91 182 0 0.52 0.03 0.26 303.71 0.42 0.55
Hex BC 5B B6 0 34 3 1A 130 2A 37
Octal 274 133 266 0 64 3 32 460 52 67
Binary 10111100 1011011 10110110 0 110100 11 11010 100110000 101010 110111

Color Harmonies of #BC5BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BB6

Black with #BC5BB6

Text Example


Text Example

White with #BC5BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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