Html Css Color HEX #B6019D Medium Violet Red

📋 copy color: '#B6019D'

red 182 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #B6019D

Tints of Medium Violet Red #B6019D

RGB

 RED value IS 182 (71.48% from 255) = 53.53%

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

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

R = 53.53%
G = 0.29%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6019D (or 0xB6019D) is known color: Medium Violet Red. HEX triplet: B6, 01 and 9D. RGB value is (182,1,157). Sum of RGB (Red+Green+Blue) = 182+1+157=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6019D is #49FE62. Grayscale: #484848. Windows color (decimal): -4849251 or 10289590. OLE color: 10289590.

HSL color Cylindrical-coordinate representation of color #B6019D: hue angle of 308.29º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6019D is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 157 -
CMYK 0 0.99 0.14 0.29
HSL 308.29º 0.99% 0.36% -
HSV(B) 308.29º 0.99% 0.71% -
XYZ 25.39 12.4 32.95 -
YUV 72.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 182 1 157 0 0.99 0.14 0.29 308.29 0.99 0.36
Hex B6 1 9D 0 63 E 1D 134 63 24
Octal 266 1 235 0 143 16 35 464 143 44
Binary 10110110 1 10011101 0 1100011 1110 11101 100110100 1100011 100100

Color Harmonies of #B6019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6019D

Black with #B6019D

Text Example


Text Example

White with #B6019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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