Html Css Color HEX #B6017B Medium Violet Red

📋 copy color: '#B6017B'

red 182 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #B6017B

Tints of Medium Violet Red #B6017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 59.48%
G = 0.33%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6017B (or 0xB6017B) is known color: Medium Violet Red. HEX triplet: B6, 01 and 7B. RGB value is (182,1,123). Sum of RGB (Red+Green+Blue) = 182+1+123=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B6017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6017B is #49FE84. Grayscale: #444444. Windows color (decimal): -4849285 or 8061366. OLE color: 8061366.

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

Color convert

RGB 182 1 123 -
CMYK 0 0.99 0.32 0.29
HSL 319.56º 0.99% 0.36% -
HSV(B) 319.56º 0.99% 0.71% -
XYZ 22.88 11.4 19.73 -
YUV 69.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 182 1 123 0 0.99 0.32 0.29 319.56 0.99 0.36
Hex B6 1 7B 0 63 20 1D 140 63 24
Octal 266 1 173 0 143 40 35 500 143 44
Binary 10110110 1 1111011 0 1100011 100000 11101 101000000 1100011 100100

Color Harmonies of #B6017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6017B

Black with #B6017B

Text Example


Text Example

White with #B6017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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