Html Css Color HEX #B01D82 Medium Violet Red

📋 copy color: '#B01D82'

red 176 ◦ green 29 ◦ blue 130

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

Shades of Medium Violet Red #B01D82

Tints of Medium Violet Red #B01D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 52.54%
G = 8.66%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B01D82 (or 0xB01D82) is known color: Medium Violet Red. HEX triplet: B0, 1D and 82. RGB value is (176,29,130). Sum of RGB (Red+Green+Blue) = 176+29+130=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D82 is #4FE27D. Grayscale: #545454. Windows color (decimal): -5235326 or 8527280. OLE color: 8527280.

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

Color convert

RGB 176 29 130 -
CMYK 0 0.84 0.26 0.31
HSL 318.78º 0.72% 0.4% -
HSV(B) 318.78º 0.84% 0.69% -
XYZ 22.37 11.72 22.2 -
YUV 84.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 176 29 130 0 0.84 0.26 0.31 318.78 0.72 0.4
Hex B0 1D 82 0 54 1A 1F 13F 48 28
Octal 260 35 202 0 124 32 37 477 110 50
Binary 10110000 11101 10000010 0 1010100 11010 11111 100111111 1001000 101000

Color Harmonies of #B01D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D82

Black with #B01D82

Text Example


Text Example

White with #B01D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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