Html Css Color HEX #BB2C92 Medium Red Violet

📋 copy color: '#BB2C92'

red 187 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #BB2C92

Tints of Medium Red Violet #BB2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 49.6%
G = 11.67%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2C92 (or 0xBB2C92) is known color: Medium Red Violet. HEX triplet: BB, 2C and 92. RGB value is (187,44,146). Sum of RGB (Red+Green+Blue) = 187+44+146=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2C92 is #44D36D. Grayscale: #626262. Windows color (decimal): -4510574 or 9579707. OLE color: 9579707.

HSL color Cylindrical-coordinate representation of color #BB2C92: hue angle of 317.2º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C92 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 146 -
CMYK 0 0.76 0.22 0.27
HSL 317.2º 0.62% 0.45% -
HSV(B) 317.2º 0.76% 0.73% -
XYZ 26.58 14.44 28.58 -
YUV 98.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 187 44 146 0 0.76 0.22 0.27 317.2 0.62 0.45
Hex BB 2C 92 0 4C 16 1B 13D 3E 2D
Octal 273 54 222 0 114 26 33 475 76 55
Binary 10111011 101100 10010010 0 1001100 10110 11011 100111101 111110 101101

Color Harmonies of #BB2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C92

Black with #BB2C92

Text Example


Text Example

White with #BB2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C92; }

 p { color: rgb(187,44,146); }

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

background-color css

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

 a { background-color: rgb(187,44,146); }

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

border-color css

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

 span { border-color: rgb(187,44,146); }

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