Html Css Color HEX #B2019B Medium Violet Red

📋 copy color: '#B2019B'

red 178 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #B2019B

Tints of Medium Violet Red #B2019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 53.29%
G = 0.3%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2019B (or 0xB2019B) is known color: Medium Violet Red. HEX triplet: B2, 01 and 9B. RGB value is (178,1,155). Sum of RGB (Red+Green+Blue) = 178+1+155=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2019B is #4DFE64. Grayscale: #474747. Windows color (decimal): -5111397 or 10158514. OLE color: 10158514.

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

Color convert

RGB 178 1 155 -
CMYK 0 0.99 0.13 0.30
HSL 307.8º 0.99% 0.35% -
HSV(B) 307.8º 0.99% 0.7% -
XYZ 24.29 11.85 32.02 -
YUV 71.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 178 1 155 0 0.99 0.13 0.30 307.8 0.99 0.35
Hex B2 1 9B 0 63 D 1E 134 63 23
Octal 262 1 233 0 143 15 36 464 143 43
Binary 10110010 1 10011011 0 1100011 1101 11110 100110100 1100011 100011

Color Harmonies of #B2019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2019B

Black with #B2019B

Text Example


Text Example

White with #B2019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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