Html Css Color HEX #B6018C Medium Violet Red

📋 copy color: '#B6018C'

red 182 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #B6018C

Tints of Medium Violet Red #B6018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 56.35%
G = 0.31%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6018C (or 0xB6018C) is known color: Medium Violet Red. HEX triplet: B6, 01 and 8C. RGB value is (182,1,140). Sum of RGB (Red+Green+Blue) = 182+1+140=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6018C is #49FE73. Grayscale: #464646. Windows color (decimal): -4849268 or 9175478. OLE color: 9175478.

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

Color convert

RGB 182 1 140 -
CMYK 0 0.99 0.23 0.29
HSL 313.92º 0.99% 0.36% -
HSV(B) 313.92º 0.99% 0.71% -
XYZ 24.04 11.86 25.83 -
YUV 70.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 182 1 140 0 0.99 0.23 0.29 313.92 0.99 0.36
Hex B6 1 8C 0 63 17 1D 13A 63 24
Octal 266 1 214 0 143 27 35 472 143 44
Binary 10110110 1 10001100 0 1100011 10111 11101 100111010 1100011 100100

Color Harmonies of #B6018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6018C

Black with #B6018C

Text Example


Text Example

White with #B6018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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