Html Css Color HEX #BB33AC Fuchsia

📋 copy color: '#BB33AC'

red 187 ◦ green 51 ◦ blue 172

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

Shades of Fuchsia #BB33AC

Tints of Fuchsia #BB33AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 45.61%
G = 12.44%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB33AC (or 0xBB33AC) is known color: Fuchsia. HEX triplet: BB, 33 and AC. RGB value is (187,51,172). Sum of RGB (Red+Green+Blue) = 187+51+172=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AC is #44CC53. Grayscale: #696969. Windows color (decimal): -4508756 or 11285435. OLE color: 11285435.

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

Color convert

RGB 187 51 172 -
CMYK 0 0.73 0.08 0.27
HSL 306.62º 0.57% 0.47% -
HSV(B) 306.62º 0.73% 0.73% -
XYZ 29.12 15.91 40.57 -
YUV 105.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 187 51 172 0 0.73 0.08 0.27 306.62 0.57 0.47
Hex BB 33 AC 0 49 8 1B 133 39 2F
Octal 273 63 254 0 111 10 33 463 71 57
Binary 10111011 110011 10101100 0 1001001 1000 11011 100110011 111001 101111

Color Harmonies of #BB33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33AC

Black with #BB33AC

Text Example


Text Example

White with #BB33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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