Html Css Color HEX #BB33B2 Fuchsia

📋 copy color: '#BB33B2'

red 187 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #BB33B2

Tints of Fuchsia #BB33B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 44.95%
G = 12.26%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB33B2 (or 0xBB33B2) is known color: Fuchsia. HEX triplet: BB, 33 and B2. RGB value is (187,51,178). Sum of RGB (Red+Green+Blue) = 187+51+178=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33B2 is #44CC4D. Grayscale: #696969. Windows color (decimal): -4508750 or 11678651. OLE color: 11678651.

HSL color Cylindrical-coordinate representation of color #BB33B2: hue angle of 303.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33B2 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 51 178 -
CMYK 0 0.73 0.05 0.27
HSL 303.97º 0.57% 0.47% -
HSV(B) 303.97º 0.73% 0.73% -
XYZ 29.71 16.15 43.67 -
YUV 106.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 187 51 178 0 0.73 0.05 0.27 303.97 0.57 0.47
Hex BB 33 B2 0 49 5 1B 130 39 2F
Octal 273 63 262 0 111 5 33 460 71 57
Binary 10111011 110011 10110010 0 1001001 101 11011 100110000 111001 101111

Color Harmonies of #BB33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33B2

Black with #BB33B2

Text Example


Text Example

White with #BB33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33B2; }

 p { color: rgb(187,51,178); }

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

background-color css

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

 a { background-color: rgb(187,51,178); }

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

border-color css

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

 span { border-color: rgb(187,51,178); }

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