Html Css Color HEX #B00D7B Medium Violet Red

📋 copy color: '#B00D7B'

red 176 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #B00D7B

Tints of Medium Violet Red #B00D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 56.41%
G = 4.17%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B00D7B (or 0xB00D7B) is known color: Medium Violet Red. HEX triplet: B0, 0D and 7B. RGB value is (176,13,123). Sum of RGB (Red+Green+Blue) = 176+13+123=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D7B is #4FF284. Grayscale: #4A4A4A. Windows color (decimal): -5239429 or 8064432. OLE color: 8064432.

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

Color convert

RGB 176 13 123 -
CMYK 0 0.93 0.30 0.31
HSL 319.51º 0.86% 0.37% -
HSV(B) 319.51º 0.93% 0.69% -
XYZ 21.62 10.95 19.71 -
YUV 74.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 176 13 123 0 0.93 0.30 0.31 319.51 0.86 0.37
Hex B0 D 7B 0 5D 1E 1F 140 56 25
Octal 260 15 173 0 135 36 37 500 126 45
Binary 10110000 1101 1111011 0 1011101 11110 11111 101000000 1010110 100101

Color Harmonies of #B00D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D7B

Black with #B00D7B

Text Example


Text Example

White with #B00D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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