Html Css Color HEX #BB33AA Fuchsia

📋 copy color: '#BB33AA'

red 187 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #BB33AA

Tints of Fuchsia #BB33AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 45.83%
G = 12.5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB33AA (or 0xBB33AA) is known color: Fuchsia. HEX triplet: BB, 33 and AA. RGB value is (187,51,170). Sum of RGB (Red+Green+Blue) = 187+51+170=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AA is #44CC55. Grayscale: #686868. Windows color (decimal): -4508758 or 11154363. OLE color: 11154363.

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

Color convert

RGB 187 51 170 -
CMYK 0 0.73 0.09 0.27
HSL 307.5º 0.57% 0.47% -
HSV(B) 307.5º 0.73% 0.73% -
XYZ 28.93 15.83 39.56 -
YUV 105.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 187 51 170 0 0.73 0.09 0.27 307.5 0.57 0.47
Hex BB 33 AA 0 49 9 1B 134 39 2F
Octal 273 63 252 0 111 11 33 464 71 57
Binary 10111011 110011 10101010 0 1001001 1001 11011 100110100 111001 101111

Color Harmonies of #BB33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33AA

Black with #BB33AA

Text Example


Text Example

White with #BB33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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