Html Css Color HEX #BB33B9 Fuchsia

📋 copy color: '#BB33B9'

red 187 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #BB33B9

Tints of Fuchsia #BB33B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 44.21%
G = 12.06%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB33B9 (or 0xBB33B9) is known color: Fuchsia. HEX triplet: BB, 33 and B9. RGB value is (187,51,185). Sum of RGB (Red+Green+Blue) = 187+51+185=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33B9 is #44CC46. Grayscale: #6A6A6A. Windows color (decimal): -4508743 or 12137403. OLE color: 12137403.

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

Color convert

RGB 187 51 185 -
CMYK 0 0.73 0.01 0.27
HSL 300.88º 0.57% 0.47% -
HSV(B) 300.88º 0.73% 0.73% -
XYZ 30.43 16.44 47.47 -
YUV 106.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 187 51 185 0 0.73 0.01 0.27 300.88 0.57 0.47
Hex BB 33 B9 0 49 1 1B 12D 39 2F
Octal 273 63 271 0 111 1 33 455 71 57
Binary 10111011 110011 10111001 0 1001001 1 11011 100101101 111001 101111

Color Harmonies of #BB33B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33B9

Black with #BB33B9

Text Example


Text Example

White with #BB33B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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