Html Css Color HEX #B6017D Medium Violet Red

📋 copy color: '#B6017D'

red 182 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #B6017D

Tints of Medium Violet Red #B6017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 59.09%
G = 0.32%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6017D (or 0xB6017D) is known color: Medium Violet Red. HEX triplet: B6, 01 and 7D. RGB value is (182,1,125). Sum of RGB (Red+Green+Blue) = 182+1+125=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6017D is #49FE82. Grayscale: #444444. Windows color (decimal): -4849283 or 8192438. OLE color: 8192438.

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

Color convert

RGB 182 1 125 -
CMYK 0 0.99 0.31 0.29
HSL 318.9º 0.99% 0.36% -
HSV(B) 318.9º 0.99% 0.71% -
XYZ 23 11.45 20.4 -
YUV 69.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 182 1 125 0 0.99 0.31 0.29 318.9 0.99 0.36
Hex B6 1 7D 0 63 1F 1D 13F 63 24
Octal 266 1 175 0 143 37 35 477 143 44
Binary 10110110 1 1111101 0 1100011 11111 11101 100111111 1100011 100100

Color Harmonies of #B6017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6017D

Black with #B6017D

Text Example


Text Example

White with #B6017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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