Html Css Color HEX #BB2185 Medium Violet Red

📋 copy color: '#BB2185'

red 187 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #BB2185

Tints of Medium Violet Red #BB2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 52.97%
G = 9.35%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB2185 (or 0xBB2185) is known color: Medium Violet Red. HEX triplet: BB, 21 and 85. RGB value is (187,33,133). Sum of RGB (Red+Green+Blue) = 187+33+133=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2185 is #44DE7A. Grayscale: #5A5A5A. Windows color (decimal): -4513403 or 8724923. OLE color: 8724923.

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

Color convert

RGB 187 33 133 -
CMYK 0 0.82 0.29 0.27
HSL 321.04º 0.7% 0.43% -
HSV(B) 321.04º 0.82% 0.73% -
XYZ 25.27 13.35 23.43 -
YUV 90.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 187 33 133 0 0.82 0.29 0.27 321.04 0.7 0.43
Hex BB 21 85 0 52 1D 1B 141 46 2B
Octal 273 41 205 0 122 35 33 501 106 53
Binary 10111011 100001 10000101 0 1010010 11101 11011 101000001 1000110 101011

Color Harmonies of #BB2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2185

Black with #BB2185

Text Example


Text Example

White with #BB2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2185; }

 p { color: rgb(187,33,133); }

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

background-color css

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

 a { background-color: rgb(187,33,133); }

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

border-color css

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

 span { border-color: rgb(187,33,133); }

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