Html Css Color HEX #BB0192 Medium Violet Red

📋 copy color: '#BB0192'

red 187 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #BB0192

Tints of Medium Violet Red #BB0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 55.99%
G = 0.3%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0192 (or 0xBB0192) is known color: Medium Violet Red. HEX triplet: BB, 01 and 92. RGB value is (187,1,146). Sum of RGB (Red+Green+Blue) = 187+1+146=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0192 is #44FE6D. Grayscale: #484848. Windows color (decimal): -4521582 or 9568699. OLE color: 9568699.

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

Color convert

RGB 187 1 146 -
CMYK 0 0.99 0.22 0.27
HSL 313.23º 0.99% 0.37% -
HSV(B) 313.23º 0.99% 0.73% -
XYZ 25.69 12.66 28.28 -
YUV 73.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 187 1 146 0 0.99 0.22 0.27 313.23 0.99 0.37
Hex BB 1 92 0 63 16 1B 139 63 25
Octal 273 1 222 0 143 26 33 471 143 45
Binary 10111011 1 10010010 0 1100011 10110 11011 100111001 1100011 100101

Color Harmonies of #BB0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0192

Black with #BB0192

Text Example


Text Example

White with #BB0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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