Html Css Color HEX #B80092 Medium Violet Red

📋 copy color: '#B80092'

red 184 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #B80092

Tints of Medium Violet Red #B80092

RGB

 RED value IS 184 (72.27% from 255) = 55.76%

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

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

R = 55.76%
G = 0%
B = 44.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B80092 (or 0xB80092) is known color: Medium Violet Red. HEX triplet: B8, 00 and 92. RGB value is (184,0,146). Sum of RGB (Red+Green+Blue) = 184+0+146=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B80092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80092 is #47FF6D. Grayscale: #474747. Windows color (decimal): -4718446 or 9568440. OLE color: 9568440.

HSL color Cylindrical-coordinate representation of color #B80092: hue angle of 312.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80092 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 146 -
CMYK 0 1 0.21 0.28
HSL 312.39º 1% 0.36% -
HSV(B) 312.39º 1% 0.72% -
XYZ 24.96 12.27 28.25 -
YUV 71.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 184 0 146 0 1 0.21 0.28 312.39 1 0.36
Hex B8 0 92 0 64 15 1C 138 64 24
Octal 270 0 222 0 144 25 34 470 144 44
Binary 10111000 0 10010010 0 1100100 10101 11100 100111000 1100100 100100

Color Harmonies of #B80092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80092

Black with #B80092

Text Example


Text Example

White with #B80092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80092; }

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

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

background-color css

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

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

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

border-color css

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

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

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