Html Css Color HEX #B20390 Medium Violet Red

📋 copy color: '#B20390'

red 178 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #B20390

Tints of Medium Violet Red #B20390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 54.77%
G = 0.92%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20390 (or 0xB20390) is known color: Medium Violet Red. HEX triplet: B2, 03 and 90. RGB value is (178,3,144). Sum of RGB (Red+Green+Blue) = 178+3+144=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B20390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20390 is #4DFC6F. Grayscale: #474747. Windows color (decimal): -5110896 or 9438130. OLE color: 9438130.

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

Color convert

RGB 178 3 144 -
CMYK 0 0.98 0.19 0.30
HSL 311.66º 0.97% 0.35% -
HSV(B) 311.66º 0.98% 0.7% -
XYZ 23.43 11.54 27.38 -
YUV 71.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 178 3 144 0 0.98 0.19 0.30 311.66 0.97 0.35
Hex B2 3 90 0 62 13 1E 138 61 23
Octal 262 3 220 0 142 23 36 470 141 43
Binary 10110010 11 10010000 0 1100010 10011 11110 100111000 1100001 100011

Color Harmonies of #B20390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20390

Black with #B20390

Text Example


Text Example

White with #B20390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20390; }

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

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

background-color css

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

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

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

border-color css

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

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

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