Html Css Color HEX #B21790 Medium Violet Red

📋 copy color: '#B21790'

red 178 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #B21790

Tints of Medium Violet Red #B21790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 51.59%
G = 6.67%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21790 (or 0xB21790) is known color: Medium Violet Red. HEX triplet: B2, 17 and 90. RGB value is (178,23,144). Sum of RGB (Red+Green+Blue) = 178+23+144=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21790 is #4DE86F. Grayscale: #525252. Windows color (decimal): -5105776 or 9443250. OLE color: 9443250.

HSL color Cylindrical-coordinate representation of color #B21790: hue angle of 313.16º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21790 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 144 -
CMYK 0 0.87 0.19 0.30
HSL 313.16º 0.77% 0.39% -
HSV(B) 313.16º 0.87% 0.7% -
XYZ 23.7 12.09 27.47 -
YUV 83.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 178 23 144 0 0.87 0.19 0.30 313.16 0.77 0.39
Hex B2 17 90 0 57 13 1E 139 4D 27
Octal 262 27 220 0 127 23 36 471 115 47
Binary 10110010 10111 10010000 0 1010111 10011 11110 100111001 1001101 100111

Color Harmonies of #B21790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21790

Black with #B21790

Text Example


Text Example

White with #B21790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21790; }

 p { color: rgb(178,23,144); }

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

background-color css

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

 a { background-color: rgb(178,23,144); }

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

border-color css

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

 span { border-color: rgb(178,23,144); }

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