Html Css Color HEX #BB45AA Fuchsia

📋 copy color: '#BB45AA'

red 187 ◦ green 69 ◦ blue 170

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

Shades of Fuchsia #BB45AA

Tints of Fuchsia #BB45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.2%

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

R = 43.9%
G = 16.2%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB45AA (or 0xBB45AA) is known color: Fuchsia. HEX triplet: BB, 45 and AA. RGB value is (187,69,170). Sum of RGB (Red+Green+Blue) = 187+69+170=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45AA is #44BA55. Grayscale: #737373. Windows color (decimal): -4504150 or 11158971. OLE color: 11158971.

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

Color convert

RGB 187 69 170 -
CMYK 0 0.63 0.09 0.27
HSL 308.64º 0.46% 0.5% -
HSV(B) 308.64º 0.63% 0.73% -
XYZ 29.88 17.72 39.88 -
YUV 115.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 187 69 170 0 0.63 0.09 0.27 308.64 0.46 0.5
Hex BB 45 AA 0 3F 9 1B 135 2E 32
Octal 273 105 252 0 77 11 33 465 56 62
Binary 10111011 1000101 10101010 0 111111 1001 11011 100110101 101110 110010

Color Harmonies of #BB45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45AA

Black with #BB45AA

Text Example


Text Example

White with #BB45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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