Html Css Color HEX #B20092 Medium Violet Red

📋 copy color: '#B20092'

red 178 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #B20092

Tints of Medium Violet Red #B20092

RGB

 RED value IS 178 (69.92% from 255) = 54.94%

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

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

R = 54.94%
G = 0%
B = 45.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B20092 (or 0xB20092) is known color: Medium Violet Red. HEX triplet: B2, 00 and 92. RGB value is (178,0,146). Sum of RGB (Red+Green+Blue) = 178+0+146=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B20092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20092 is #4DFF6D. Grayscale: #454545. Windows color (decimal): -5111662 or 9568434. OLE color: 9568434.

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

Color convert

RGB 178 0 146 -
CMYK 0 1 0.18 0.30
HSL 310.79º 1% 0.35% -
HSV(B) 310.79º 1% 0.7% -
XYZ 23.55 11.54 28.18 -
YUV 69.87 170.97 205.13 -
System Red Green Blue C M Y K H S L
Decimal 178 0 146 0 1 0.18 0.30 310.79 1 0.35
Hex B2 0 92 0 64 12 1E 137 64 23
Octal 262 0 222 0 144 22 36 467 144 43
Binary 10110010 0 10010010 0 1100100 10010 11110 100110111 1100100 100011

Color Harmonies of #B20092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20092

Black with #B20092

Text Example


Text Example

White with #B20092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20092; }

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

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

background-color css

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

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

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

border-color css

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

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

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