Html Css Color HEX #B00581 Medium Violet Red

📋 copy color: '#B00581'

red 176 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #B00581

Tints of Medium Violet Red #B00581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 56.77%
G = 1.61%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B00581 (or 0xB00581) is known color: Medium Violet Red. HEX triplet: B0, 05 and 81. RGB value is (176,5,129). Sum of RGB (Red+Green+Blue) = 176+5+129=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B00581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00581 is #4FFA7E. Grayscale: #454545. Windows color (decimal): -5241471 or 8455600. OLE color: 8455600.

HSL color Cylindrical-coordinate representation of color #B00581: hue angle of 316.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00581 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 129 -
CMYK 0 0.97 0.27 0.31
HSL 316.49º 0.94% 0.35% -
HSV(B) 316.49º 0.97% 0.69% -
XYZ 21.92 10.92 21.72 -
YUV 70.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 176 5 129 0 0.97 0.27 0.31 316.49 0.94 0.35
Hex B0 5 81 0 61 1B 1F 13C 5E 23
Octal 260 5 201 0 141 33 37 474 136 43
Binary 10110000 101 10000001 0 1100001 11011 11111 100111100 1011110 100011

Color Harmonies of #B00581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00581

Black with #B00581

Text Example


Text Example

White with #B00581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00581; }

 p { color: rgb(176,5,129); }

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

background-color css

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

 a { background-color: rgb(176,5,129); }

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

border-color css

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

 span { border-color: rgb(176,5,129); }

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