Html Css Color HEX #BB37AA Fuchsia

📋 copy color: '#BB37AA'

red 187 ◦ green 55 ◦ blue 170

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

Shades of Fuchsia #BB37AA

Tints of Fuchsia #BB37AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.35%

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

R = 45.39%
G = 13.35%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB37AA (or 0xBB37AA) is known color: Fuchsia. HEX triplet: BB, 37 and AA. RGB value is (187,55,170). Sum of RGB (Red+Green+Blue) = 187+55+170=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37AA is #44C855. Grayscale: #6B6B6B. Windows color (decimal): -4507734 or 11155387. OLE color: 11155387.

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

Color convert

RGB 187 55 170 -
CMYK 0 0.71 0.09 0.27
HSL 307.73º 0.55% 0.47% -
HSV(B) 307.73º 0.71% 0.73% -
XYZ 29.12 16.2 39.62 -
YUV 107.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 187 55 170 0 0.71 0.09 0.27 307.73 0.55 0.47
Hex BB 37 AA 0 47 9 1B 134 37 2F
Octal 273 67 252 0 107 11 33 464 67 57
Binary 10111011 110111 10101010 0 1000111 1001 11011 100110100 110111 101111

Color Harmonies of #BB37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37AA

Black with #BB37AA

Text Example


Text Example

White with #BB37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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