Html Css Color HEX #B20281 Medium Violet Red

📋 copy color: '#B20281'

red 178 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #B20281

Tints of Medium Violet Red #B20281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 57.61%
G = 0.65%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20281 (or 0xB20281) is known color: Medium Violet Red. HEX triplet: B2, 02 and 81. RGB value is (178,2,129). Sum of RGB (Red+Green+Blue) = 178+2+129=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B20281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20281 is #4DFD7E. Grayscale: #444444. Windows color (decimal): -5111167 or 8454834. OLE color: 8454834.

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

Color convert

RGB 178 2 129 -
CMYK 0 0.99 0.28 0.30
HSL 316.7º 0.98% 0.35% -
HSV(B) 316.7º 0.99% 0.7% -
XYZ 22.34 11.09 21.73 -
YUV 69.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 178 2 129 0 0.99 0.28 0.30 316.7 0.98 0.35
Hex B2 2 81 0 63 1C 1E 13D 62 23
Octal 262 2 201 0 143 34 36 475 142 43
Binary 10110010 10 10000001 0 1100011 11100 11110 100111101 1100010 100011

Color Harmonies of #B20281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20281

Black with #B20281

Text Example


Text Example

White with #B20281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20281; }

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

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

background-color css

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

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

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

border-color css

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

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

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