Html Css Color HEX #B20290 Medium Violet Red

📋 copy color: '#B20290'

red 178 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B20290

Tints of Medium Violet Red #B20290

RGB

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

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

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

R = 54.94%
G = 0.62%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20290 (or 0xB20290) is known color: Medium Violet Red. HEX triplet: B2, 02 and 90. RGB value is (178,2,144). Sum of RGB (Red+Green+Blue) = 178+2+144=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B20290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20290 is #4DFD6F. Grayscale: #464646. Windows color (decimal): -5111152 or 9437874. OLE color: 9437874.

HSL color Cylindrical-coordinate representation of color #B20290: hue angle of 311.59º 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 #B20290 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 144 -
CMYK 0 0.99 0.19 0.30
HSL 311.59º 0.98% 0.35% -
HSV(B) 311.59º 0.99% 0.7% -
XYZ 23.42 11.52 27.38 -
YUV 70.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 178 2 144 0 0.99 0.19 0.30 311.59 0.98 0.35
Hex B2 2 90 0 63 13 1E 138 62 23
Octal 262 2 220 0 143 23 36 470 142 43
Binary 10110010 10 10010000 0 1100011 10011 11110 100111000 1100010 100011

Color Harmonies of #B20290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20290

Black with #B20290

Text Example


Text Example

White with #B20290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20290; }

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

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

background-color css

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

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

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

border-color css

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

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

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