Html Css Color HEX #BB44AA Fuchsia

📋 copy color: '#BB44AA'

red 187 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #BB44AA

Tints of Fuchsia #BB44AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

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

R = 44%
G = 16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB44AA (or 0xBB44AA) is known color: Fuchsia. HEX triplet: BB, 44 and AA. RGB value is (187,68,170). Sum of RGB (Red+Green+Blue) = 187+68+170=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB44AA is #44BB55. Grayscale: #727272. Windows color (decimal): -4504406 or 11158715. OLE color: 11158715.

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

Color convert

RGB 187 68 170 -
CMYK 0 0.64 0.09 0.27
HSL 308.57º 0.47% 0.5% -
HSV(B) 308.57º 0.64% 0.73% -
XYZ 29.82 17.6 39.86 -
YUV 115.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 187 68 170 0 0.64 0.09 0.27 308.57 0.47 0.5
Hex BB 44 AA 0 40 9 1B 135 2F 32
Octal 273 104 252 0 100 11 33 465 57 62
Binary 10111011 1000100 10101010 0 1000000 1001 11011 100110101 101111 110010

Color Harmonies of #BB44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44AA

Black with #BB44AA

Text Example


Text Example

White with #BB44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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