Html Css Color HEX #BB5CC2 Fuchsia

📋 copy color: '#BB5CC2'

red 187 ◦ green 92 ◦ blue 194

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

Shades of Fuchsia #BB5CC2

Tints of Fuchsia #BB5CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

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

R = 39.53%
G = 19.45%
B = 41.01%

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

#BB5CC2 (or 0xBB5CC2) is known color: Fuchsia. HEX triplet: BB, 5C and C2. RGB value is (187,92,194). Sum of RGB (Red+Green+Blue) = 187+92+194=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CC2 is #44A33D. Grayscale: #838383. Windows color (decimal): -4498238 or 12737723. OLE color: 12737723.

HSL color Cylindrical-coordinate representation of color #BB5CC2: hue angle of 295.88º 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 #BB5CC2 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 92 194 -
CMYK 0.04 0.53 0 0.24
HSL 295.88º 0.46% 0.56% -
HSV(B) 295.88º 0.53% 0.76% -
XYZ 34.06 22.11 53.51 -
YUV 132.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 187 92 194 0.04 0.53 0 0.24 295.88 0.46 0.56
Hex BB 5C C2 4 35 0 18 128 2E 38
Octal 273 134 302 4 65 0 30 450 56 70
Binary 10111011 1011100 11000010 100 110101 0 11000 100101000 101110 111000

Color Harmonies of #BB5CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CC2

Black with #BB5CC2

Text Example


Text Example

White with #BB5CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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