Html Css Color HEX #B2019E Medium Violet Red

📋 copy color: '#B2019E'

red 178 ◦ green 1 ◦ blue 158

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

Shades of Medium Violet Red #B2019E

Tints of Medium Violet Red #B2019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 52.82%
G = 0.3%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2019E (or 0xB2019E) is known color: Medium Violet Red. HEX triplet: B2, 01 and 9E. RGB value is (178,1,158). Sum of RGB (Red+Green+Blue) = 178+1+158=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2019E is #4DFE61. Grayscale: #474747. Windows color (decimal): -5111394 or 10355122. OLE color: 10355122.

HSL color Cylindrical-coordinate representation of color #B2019E: hue angle of 306.78º 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 #B2019E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 158 -
CMYK 0 0.99 0.11 0.30
HSL 306.78º 0.99% 0.35% -
HSV(B) 306.78º 0.99% 0.7% -
XYZ 24.54 11.96 33.36 -
YUV 71.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 178 1 158 0 0.99 0.11 0.30 306.78 0.99 0.35
Hex B2 1 9E 0 63 B 1E 133 63 23
Octal 262 1 236 0 143 13 36 463 143 43
Binary 10110010 1 10011110 0 1100011 1011 11110 100110011 1100011 100011

Color Harmonies of #B2019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2019E

Black with #B2019E

Text Example


Text Example

White with #B2019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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