Html Css Color HEX #B20581 Medium Violet Red

📋 copy color: '#B20581'

red 178 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #B20581

Tints of Medium Violet Red #B20581

RGB

 RED value IS 178 (69.92% from 255) = 57.05%

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

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

R = 57.05%
G = 1.6%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20581 (or 0xB20581) is known color: Medium Violet Red. HEX triplet: B2, 05 and 81. RGB value is (178,5,129). Sum of RGB (Red+Green+Blue) = 178+5+129=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B20581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20581 is #4DFA7E. Grayscale: #464646. Windows color (decimal): -5110399 or 8455602. OLE color: 8455602.

HSL color Cylindrical-coordinate representation of color #B20581: hue angle of 316.99º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20581 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 129 -
CMYK 0 0.97 0.28 0.30
HSL 316.99º 0.95% 0.36% -
HSV(B) 316.99º 0.97% 0.7% -
XYZ 22.38 11.16 21.74 -
YUV 70.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 178 5 129 0 0.97 0.28 0.30 316.99 0.95 0.36
Hex B2 5 81 0 61 1C 1E 13D 5F 24
Octal 262 5 201 0 141 34 36 475 137 44
Binary 10110010 101 10000001 0 1100001 11100 11110 100111101 1011111 100100

Color Harmonies of #B20581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20581

Black with #B20581

Text Example


Text Example

White with #B20581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20581; }

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

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

background-color css

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

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

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

border-color css

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

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

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