Html Css Color HEX #B01D7A Medium Violet Red

📋 copy color: '#B01D7A'

red 176 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #B01D7A

Tints of Medium Violet Red #B01D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.87%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 53.82%
G = 8.87%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B01D7A (or 0xB01D7A) is known color: Medium Violet Red. HEX triplet: B0, 1D and 7A. RGB value is (176,29,122). Sum of RGB (Red+Green+Blue) = 176+29+122=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D7A is #4FE285. Grayscale: #535353. Windows color (decimal): -5235334 or 8002992. OLE color: 8002992.

HSL color Cylindrical-coordinate representation of color #B01D7A: hue angle of 322.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D7A is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 29 122 -
CMYK 0 0.84 0.31 0.31
HSL 322.04º 0.72% 0.4% -
HSV(B) 322.04º 0.84% 0.69% -
XYZ 21.86 11.51 19.48 -
YUV 83.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 176 29 122 0 0.84 0.31 0.31 322.04 0.72 0.4
Hex B0 1D 7A 0 54 1F 1F 142 48 28
Octal 260 35 172 0 124 37 37 502 110 50
Binary 10110000 11101 1111010 0 1010100 11111 11111 101000010 1001000 101000

Color Harmonies of #B01D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D7A

Black with #B01D7A

Text Example


Text Example

White with #B01D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D7A; }

 p { color: rgb(176,29,122); }

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

background-color css

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

 a { background-color: rgb(176,29,122); }

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

border-color css

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

 span { border-color: rgb(176,29,122); }

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