Html Css Color HEX #BB5BC2 Fuchsia

📋 copy color: '#BB5BC2'

red 187 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #BB5BC2

Tints of Fuchsia #BB5BC2

RGB

 RED value IS 187 (73.44% from 255) = 39.62%

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 39.62%
G = 19.28%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB5BC2 (or 0xBB5BC2) is known color: Fuchsia. HEX triplet: BB, 5B and C2. RGB value is (187,91,194). Sum of RGB (Red+Green+Blue) = 187+91+194=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BC2 is #44A43D. Grayscale: #838383. Windows color (decimal): -4498494 or 12737467. OLE color: 12737467.

HSL color Cylindrical-coordinate representation of color #BB5BC2: hue angle of 295.92º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5BC2 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 91 194 -
CMYK 0.04 0.53 0 0.24
HSL 295.92º 0.46% 0.56% -
HSV(B) 295.92º 0.53% 0.76% -
XYZ 33.97 21.94 53.48 -
YUV 131.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 187 91 194 0.04 0.53 0 0.24 295.92 0.46 0.56
Hex BB 5B C2 4 35 0 18 128 2E 38
Octal 273 133 302 4 65 0 30 450 56 70
Binary 10111011 1011011 11000010 100 110101 0 11000 100101000 101110 111000

Color Harmonies of #BB5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BC2

Black with #BB5BC2

Text Example


Text Example

White with #BB5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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