Html Css Color HEX #B00092 Medium Violet Red

📋 copy color: '#B00092'

red 176 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #B00092

Tints of Medium Violet Red #B00092

RGB

 RED value IS 176 (69.14% from 255) = 54.66%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.66%
G = 0%
B = 45.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B00092 (or 0xB00092) is known color: Medium Violet Red. HEX triplet: B0, 00 and 92. RGB value is (176,0,146). Sum of RGB (Red+Green+Blue) = 176+0+146=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B00092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00092 is #4FFF6D. Grayscale: #444444. Windows color (decimal): -5242734 or 9568432. OLE color: 9568432.

HSL color Cylindrical-coordinate representation of color #B00092: hue angle of 310.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00092 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 146 -
CMYK 0 1 0.17 0.31
HSL 310.23º 1% 0.35% -
HSV(B) 310.23º 1% 0.69% -
XYZ 23.09 11.31 28.16 -
YUV 69.27 171.31 204.13 -
System Red Green Blue C M Y K H S L
Decimal 176 0 146 0 1 0.17 0.31 310.23 1 0.35
Hex B0 0 92 0 64 11 1F 136 64 23
Octal 260 0 222 0 144 21 37 466 144 43
Binary 10110000 0 10010010 0 1100100 10001 11111 100110110 1100100 100011

Color Harmonies of #B00092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00092

Black with #B00092

Text Example


Text Example

White with #B00092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00092; }

 p { color: rgb(176,0,146); }

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

background-color css

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

 a { background-color: rgb(176,0,146); }

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

border-color css

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

 span { border-color: rgb(176,0,146); }

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