Html Css Color HEX #B00D86 Medium Violet Red

📋 copy color: '#B00D86'

red 176 ◦ green 13 ◦ blue 134

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

Shades of Medium Violet Red #B00D86

Tints of Medium Violet Red #B00D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

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

R = 54.49%
G = 4.02%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B00D86 (or 0xB00D86) is known color: Medium Violet Red. HEX triplet: B0, 0D and 86. RGB value is (176,13,134). Sum of RGB (Red+Green+Blue) = 176+13+134=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00D86 is #4FF279. Grayscale: #4B4B4B. Windows color (decimal): -5239418 or 8785328. OLE color: 8785328.

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

Color convert

RGB 176 13 134 -
CMYK 0 0.93 0.24 0.31
HSL 315.46º 0.86% 0.37% -
HSV(B) 315.46º 0.93% 0.69% -
XYZ 22.35 11.24 23.55 -
YUV 75.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 176 13 134 0 0.93 0.24 0.31 315.46 0.86 0.37
Hex B0 D 86 0 5D 18 1F 13B 56 25
Octal 260 15 206 0 135 30 37 473 126 45
Binary 10110000 1101 10000110 0 1011101 11000 11111 100111011 1010110 100101

Color Harmonies of #B00D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D86

Black with #B00D86

Text Example


Text Example

White with #B00D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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