Html Css Color HEX #BB43AA Fuchsia

📋 copy color: '#BB43AA'

red 187 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #BB43AA

Tints of Fuchsia #BB43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

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

R = 44.1%
G = 15.8%
B = 40.09%

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

#BB43AA (or 0xBB43AA) is known color: Fuchsia. HEX triplet: BB, 43 and AA. RGB value is (187,67,170). Sum of RGB (Red+Green+Blue) = 187+67+170=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43AA is #44BC55. Grayscale: #727272. Windows color (decimal): -4504662 or 11158459. OLE color: 11158459.

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

Color convert

RGB 187 67 170 -
CMYK 0 0.64 0.09 0.27
HSL 308.5º 0.47% 0.5% -
HSV(B) 308.5º 0.64% 0.73% -
XYZ 29.76 17.48 39.84 -
YUV 114.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 187 67 170 0 0.64 0.09 0.27 308.5 0.47 0.5
Hex BB 43 AA 0 40 9 1B 134 2F 32
Octal 273 103 252 0 100 11 33 464 57 62
Binary 10111011 1000011 10101010 0 1000000 1001 11011 100110100 101111 110010

Color Harmonies of #BB43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43AA

Black with #BB43AA

Text Example


Text Example

White with #BB43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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