Html Css Color HEX #B00490 Medium Violet Red

📋 copy color: '#B00490'

red 176 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B00490

Tints of Medium Violet Red #B00490

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 54.32%
G = 1.23%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B00490 (or 0xB00490) is known color: Medium Violet Red. HEX triplet: B0, 04 and 90. RGB value is (176,4,144). Sum of RGB (Red+Green+Blue) = 176+4+144=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B00490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00490 is #4FFB6F. Grayscale: #474747. Windows color (decimal): -5241712 or 9438384. OLE color: 9438384.

HSL color Cylindrical-coordinate representation of color #B00490: hue angle of 311.16º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00490 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 144 -
CMYK 0 0.98 0.18 0.31
HSL 311.16º 0.96% 0.35% -
HSV(B) 311.16º 0.98% 0.69% -
XYZ 22.98 11.33 27.36 -
YUV 71.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 176 4 144 0 0.98 0.18 0.31 311.16 0.96 0.35
Hex B0 4 90 0 62 12 1F 137 60 23
Octal 260 4 220 0 142 22 37 467 140 43
Binary 10110000 100 10010000 0 1100010 10010 11111 100110111 1100000 100011

Color Harmonies of #B00490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00490

Black with #B00490

Text Example


Text Example

White with #B00490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00490; }

 p { color: rgb(176,4,144); }

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

background-color css

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

 a { background-color: rgb(176,4,144); }

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

border-color css

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

 span { border-color: rgb(176,4,144); }

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