Html Css Color HEX #BB53AA Fuchsia

📋 copy color: '#BB53AA'

red 187 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #BB53AA

Tints of Fuchsia #BB53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

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

R = 42.5%
G = 18.86%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB53AA (or 0xBB53AA) is known color: Fuchsia. HEX triplet: BB, 53 and AA. RGB value is (187,83,170). Sum of RGB (Red+Green+Blue) = 187+83+170=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB53AA is #44AC55. Grayscale: #7B7B7B. Windows color (decimal): -4500566 or 11162555. OLE color: 11162555.

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

Color convert

RGB 187 83 170 -
CMYK 0 0.56 0.09 0.27
HSL 309.81º 0.43% 0.53% -
HSV(B) 309.81º 0.56% 0.73% -
XYZ 30.84 19.65 40.2 -
YUV 124.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 187 83 170 0 0.56 0.09 0.27 309.81 0.43 0.53
Hex BB 53 AA 0 38 9 1B 136 2B 35
Octal 273 123 252 0 70 11 33 466 53 65
Binary 10111011 1010011 10101010 0 111000 1001 11011 100110110 101011 110101

Color Harmonies of #BB53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53AA

Black with #BB53AA

Text Example


Text Example

White with #BB53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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