Html Css Color HEX #BB37B2 Fuchsia

📋 copy color: '#BB37B2'

red 187 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #BB37B2

Tints of Fuchsia #BB37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 44.52%
G = 13.1%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB37B2 (or 0xBB37B2) is known color: Fuchsia. HEX triplet: BB, 37 and B2. RGB value is (187,55,178). Sum of RGB (Red+Green+Blue) = 187+55+178=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37B2 is #44C84D. Grayscale: #6C6C6C. Windows color (decimal): -4507726 or 11679675. OLE color: 11679675.

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

Color convert

RGB 187 55 178 -
CMYK 0 0.71 0.05 0.27
HSL 304.09º 0.55% 0.47% -
HSV(B) 304.09º 0.71% 0.73% -
XYZ 29.9 16.51 43.73 -
YUV 108.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 187 55 178 0 0.71 0.05 0.27 304.09 0.55 0.47
Hex BB 37 B2 0 47 5 1B 130 37 2F
Octal 273 67 262 0 107 5 33 460 67 57
Binary 10111011 110111 10110010 0 1000111 101 11011 100110000 110111 101111

Color Harmonies of #BB37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37B2

Black with #BB37B2

Text Example


Text Example

White with #BB37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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