Html Css Color HEX #BB3CC2 Fuchsia

📋 copy color: '#BB3CC2'

red 187 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #BB3CC2

Tints of Fuchsia #BB3CC2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

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

R = 42.4%
G = 13.61%
B = 43.99%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB3CC2 (or 0xBB3CC2) is known color: Fuchsia. HEX triplet: BB, 3C and C2. RGB value is (187,60,194). Sum of RGB (Red+Green+Blue) = 187+60+194=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CC2 is #44C33D. Grayscale: #707070. Windows color (decimal): -4506430 or 12729531. OLE color: 12729531.

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

Color convert

RGB 187 60 194 -
CMYK 0.04 0.69 0 0.24
HSL 296.87º 0.53% 0.5% -
HSV(B) 296.87º 0.69% 0.76% -
XYZ 31.85 17.69 52.78 -
YUV 113.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 187 60 194 0.04 0.69 0 0.24 296.87 0.53 0.5
Hex BB 3C C2 4 45 0 18 129 35 32
Octal 273 74 302 4 105 0 30 451 65 62
Binary 10111011 111100 11000010 100 1000101 0 11000 100101001 110101 110010

Color Harmonies of #BB3CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CC2

Black with #BB3CC2

Text Example


Text Example

White with #BB3CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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