Html Css Color HEX #B2019D Medium Violet Red

📋 copy color: '#B2019D'

red 178 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #B2019D

Tints of Medium Violet Red #B2019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 52.98%
G = 0.3%
B = 46.73%

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

#B2019D (or 0xB2019D) is known color: Medium Violet Red. HEX triplet: B2, 01 and 9D. RGB value is (178,1,157). Sum of RGB (Red+Green+Blue) = 178+1+157=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2019D is #4DFE62. Grayscale: #474747. Windows color (decimal): -5111395 or 10289586. OLE color: 10289586.

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

Color convert

RGB 178 1 157 -
CMYK 0 0.99 0.12 0.30
HSL 307.12º 0.99% 0.35% -
HSV(B) 307.12º 0.99% 0.7% -
XYZ 24.46 11.92 32.91 -
YUV 71.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 178 1 157 0 0.99 0.12 0.30 307.12 0.99 0.35
Hex B2 1 9D 0 63 C 1E 133 63 23
Octal 262 1 235 0 143 14 36 463 143 43
Binary 10110010 1 10011101 0 1100011 1100 11110 100110011 1100011 100011

Color Harmonies of #B2019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2019D

Black with #B2019D

Text Example


Text Example

White with #B2019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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