Html Css Color HEX #B20196 Medium Violet Red

📋 copy color: '#B20196'

red 178 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #B20196

Tints of Medium Violet Red #B20196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 54.1%
G = 0.3%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B20196 (or 0xB20196) is known color: Medium Violet Red. HEX triplet: B2, 01 and 96. RGB value is (178,1,150). Sum of RGB (Red+Green+Blue) = 178+1+150=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20196 is #4DFE69. Grayscale: #464646. Windows color (decimal): -5111402 or 9830834. OLE color: 9830834.

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

Color convert

RGB 178 1 150 -
CMYK 0 0.99 0.16 0.30
HSL 309.49º 0.99% 0.35% -
HSV(B) 309.49º 0.99% 0.7% -
XYZ 23.88 11.69 29.85 -
YUV 70.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 178 1 150 0 0.99 0.16 0.30 309.49 0.99 0.35
Hex B2 1 96 0 63 10 1E 135 63 23
Octal 262 1 226 0 143 20 36 465 143 43
Binary 10110010 1 10010110 0 1100011 10000 11110 100110101 1100011 100011

Color Harmonies of #B20196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20196

Black with #B20196

Text Example


Text Example

White with #B20196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20196; }

 p { color: rgb(178,1,150); }

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

background-color css

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

 a { background-color: rgb(178,1,150); }

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

border-color css

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

 span { border-color: rgb(178,1,150); }

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