Html Css Color HEX #B60681 Medium Violet Red

📋 copy color: '#B60681'

red 182 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #B60681

Tints of Medium Violet Red #B60681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 57.41%
G = 1.89%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60681 (or 0xB60681) is known color: Medium Violet Red. HEX triplet: B6, 06 and 81. RGB value is (182,6,129). Sum of RGB (Red+Green+Blue) = 182+6+129=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B60681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60681 is #49F97E. Grayscale: #484848. Windows color (decimal): -4847999 or 8455862. OLE color: 8455862.

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

Color convert

RGB 182 6 129 -
CMYK 0 0.97 0.29 0.29
HSL 318.07º 0.94% 0.37% -
HSV(B) 318.07º 0.97% 0.71% -
XYZ 23.32 11.66 21.79 -
YUV 72.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 182 6 129 0 0.97 0.29 0.29 318.07 0.94 0.37
Hex B6 6 81 0 61 1D 1D 13E 5E 25
Octal 266 6 201 0 141 35 35 476 136 45
Binary 10110110 110 10000001 0 1100001 11101 11101 100111110 1011110 100101

Color Harmonies of #B60681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60681

Black with #B60681

Text Example


Text Example

White with #B60681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60681; }

 p { color: rgb(182,6,129); }

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

background-color css

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

 a { background-color: rgb(182,6,129); }

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

border-color css

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

 span { border-color: rgb(182,6,129); }

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