Html Css Color HEX #B2019C Medium Violet Red

📋 copy color: '#B2019C'

red 178 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #B2019C

Tints of Medium Violet Red #B2019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 53.13%
G = 0.3%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2019C (or 0xB2019C) is known color: Medium Violet Red. HEX triplet: B2, 01 and 9C. RGB value is (178,1,156). Sum of RGB (Red+Green+Blue) = 178+1+156=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2019C is #4DFE63. Grayscale: #474747. Windows color (decimal): -5111396 or 10224050. OLE color: 10224050.

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

Color convert

RGB 178 1 156 -
CMYK 0 0.99 0.12 0.30
HSL 307.46º 0.99% 0.35% -
HSV(B) 307.46º 0.99% 0.7% -
XYZ 24.37 11.89 32.46 -
YUV 71.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 178 1 156 0 0.99 0.12 0.30 307.46 0.99 0.35
Hex B2 1 9C 0 63 C 1E 133 63 23
Octal 262 1 234 0 143 14 36 463 143 43
Binary 10110010 1 10011100 0 1100011 1100 11110 100110011 1100011 100011

Color Harmonies of #B2019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2019C

Black with #B2019C

Text Example


Text Example

White with #B2019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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