Html Css Color HEX #B00686 Medium Violet Red

📋 copy color: '#B00686'

red 176 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #B00686

Tints of Medium Violet Red #B00686

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 55.7%
G = 1.9%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B00686 (or 0xB00686) is known color: Medium Violet Red. HEX triplet: B0, 06 and 86. RGB value is (176,6,134). Sum of RGB (Red+Green+Blue) = 176+6+134=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B00686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00686 is #4FF979. Grayscale: #474747. Windows color (decimal): -5241210 or 8783536. OLE color: 8783536.

HSL color Cylindrical-coordinate representation of color #B00686: hue angle of 314.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00686 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 6 134 -
CMYK 0 0.97 0.24 0.31
HSL 314.82º 0.93% 0.36% -
HSV(B) 314.82º 0.97% 0.69% -
XYZ 22.27 11.08 23.52 -
YUV 71.42 163.32 202.59 -
System Red Green Blue C M Y K H S L
Decimal 176 6 134 0 0.97 0.24 0.31 314.82 0.93 0.36
Hex B0 6 86 0 61 18 1F 13B 5D 24
Octal 260 6 206 0 141 30 37 473 135 44
Binary 10110000 110 10000110 0 1100001 11000 11111 100111011 1011101 100100

Color Harmonies of #B00686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00686

Black with #B00686

Text Example


Text Example

White with #B00686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00686; }

 p { color: rgb(176,6,134); }

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

background-color css

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

 a { background-color: rgb(176,6,134); }

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

border-color css

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

 span { border-color: rgb(176,6,134); }

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