Html Css Color HEX #BB37AC Fuchsia

📋 copy color: '#BB37AC'

red 187 ◦ green 55 ◦ blue 172

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

Shades of Fuchsia #BB37AC

Tints of Fuchsia #BB37AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 45.17%
G = 13.29%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB37AC (or 0xBB37AC) is known color: Fuchsia. HEX triplet: BB, 37 and AC. RGB value is (187,55,172). Sum of RGB (Red+Green+Blue) = 187+55+172=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37AC is #44C853. Grayscale: #6B6B6B. Windows color (decimal): -4507732 or 11286459. OLE color: 11286459.

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

Color convert

RGB 187 55 172 -
CMYK 0 0.71 0.08 0.27
HSL 306.82º 0.55% 0.47% -
HSV(B) 306.82º 0.71% 0.73% -
XYZ 29.31 16.28 40.63 -
YUV 107.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 187 55 172 0 0.71 0.08 0.27 306.82 0.55 0.47
Hex BB 37 AC 0 47 8 1B 133 37 2F
Octal 273 67 254 0 107 10 33 463 67 57
Binary 10111011 110111 10101100 0 1000111 1000 11011 100110011 110111 101111

Color Harmonies of #BB37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37AC

Black with #BB37AC

Text Example


Text Example

White with #BB37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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