Html Css Color HEX #BB1E92 Medium Violet Red

📋 copy color: '#BB1E92'

red 187 ◦ green 30 ◦ blue 146

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

Shades of Medium Violet Red #BB1E92

Tints of Medium Violet Red #BB1E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 51.52%
G = 8.26%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1E92 (or 0xBB1E92) is known color: Medium Violet Red. HEX triplet: BB, 1E and 92. RGB value is (187,30,146). Sum of RGB (Red+Green+Blue) = 187+30+146=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E92 is #44E16D. Grayscale: #595959. Windows color (decimal): -4514158 or 9576123. OLE color: 9576123.

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

Color convert

RGB 187 30 146 -
CMYK 0 0.84 0.22 0.27
HSL 315.67º 0.72% 0.43% -
HSV(B) 315.67º 0.84% 0.73% -
XYZ 26.15 13.57 28.44 -
YUV 90.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 187 30 146 0 0.84 0.22 0.27 315.67 0.72 0.43
Hex BB 1E 92 0 54 16 1B 13C 48 2B
Octal 273 36 222 0 124 26 33 474 110 53
Binary 10111011 11110 10010010 0 1010100 10110 11011 100111100 1001000 101011

Color Harmonies of #BB1E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E92

Black with #BB1E92

Text Example


Text Example

White with #BB1E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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