Html Css Color HEX #BB2387 Medium Red Violet

📋 copy color: '#BB2387'

red 187 ◦ green 35 ◦ blue 135

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

Shades of Medium Red Violet #BB2387

Tints of Medium Red Violet #BB2387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 52.38%
G = 9.8%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB2387 (or 0xBB2387) is known color: Medium Red Violet. HEX triplet: BB, 23 and 87. RGB value is (187,35,135). Sum of RGB (Red+Green+Blue) = 187+35+135=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2387 is #44DC78. Grayscale: #5B5B5B. Windows color (decimal): -4512889 or 8856507. OLE color: 8856507.

HSL color Cylindrical-coordinate representation of color #BB2387: hue angle of 320.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2387 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 135 -
CMYK 0 0.81 0.28 0.27
HSL 320.53º 0.68% 0.44% -
HSV(B) 320.53º 0.81% 0.73% -
XYZ 25.47 13.52 24.19 -
YUV 91.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 187 35 135 0 0.81 0.28 0.27 320.53 0.68 0.44
Hex BB 23 87 0 51 1C 1B 141 44 2C
Octal 273 43 207 0 121 34 33 501 104 54
Binary 10111011 100011 10000111 0 1010001 11100 11011 101000001 1000100 101100

Color Harmonies of #BB2387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2387

Black with #BB2387

Text Example


Text Example

White with #BB2387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2387; }

 p { color: rgb(187,35,135); }

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

background-color css

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

 a { background-color: rgb(187,35,135); }

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

border-color css

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

 span { border-color: rgb(187,35,135); }

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