Html Css Color HEX #BC5BBB Fuchsia

📋 copy color: '#BC5BBB'

red 188 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #BC5BBB

Tints of Fuchsia #BC5BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 40.34%
G = 19.53%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC5BBB (or 0xBC5BBB) is known color: Fuchsia. HEX triplet: BC, 5B and BB. RGB value is (188,91,187). Sum of RGB (Red+Green+Blue) = 188+91+187=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BBB is #43A444. Grayscale: #828282. Windows color (decimal): -4432965 or 12278716. OLE color: 12278716.

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

Color convert

RGB 188 91 187 -
CMYK 0 0.52 0.01 0.26
HSL 300.62º 0.42% 0.55% -
HSV(B) 300.62º 0.52% 0.74% -
XYZ 33.45 21.76 49.45 -
YUV 130.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 188 91 187 0 0.52 0.01 0.26 300.62 0.42 0.55
Hex BC 5B BB 0 34 1 1A 12D 2A 37
Octal 274 133 273 0 64 1 32 455 52 67
Binary 10111100 1011011 10111011 0 110100 1 11010 100101101 101010 110111

Color Harmonies of #BC5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BBB

Black with #BC5BBB

Text Example


Text Example

White with #BC5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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