Html Css Color HEX #B00D78 Medium Violet Red

📋 copy color: '#B00D78'

red 176 ◦ green 13 ◦ blue 120

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

Shades of Medium Violet Red #B00D78

Tints of Medium Violet Red #B00D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 56.96%
G = 4.21%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B00D78 (or 0xB00D78) is known color: Medium Violet Red. HEX triplet: B0, 0D and 78. RGB value is (176,13,120). Sum of RGB (Red+Green+Blue) = 176+13+120=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D78 is #4FF287. Grayscale: #494949. Windows color (decimal): -5239432 or 7867824. OLE color: 7867824.

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

Color convert

RGB 176 13 120 -
CMYK 0 0.93 0.32 0.31
HSL 320.61º 0.86% 0.37% -
HSV(B) 320.61º 0.93% 0.69% -
XYZ 21.44 10.87 18.74 -
YUV 73.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 176 13 120 0 0.93 0.32 0.31 320.61 0.86 0.37
Hex B0 D 78 0 5D 20 1F 141 56 25
Octal 260 15 170 0 135 40 37 501 126 45
Binary 10110000 1101 1111000 0 1011101 100000 11111 101000001 1010110 100101

Color Harmonies of #B00D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D78

Black with #B00D78

Text Example


Text Example

White with #B00D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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