Html Css Color HEX #B00291 Medium Violet Red

📋 copy color: '#B00291'

red 176 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #B00291

Tints of Medium Violet Red #B00291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 54.49%
G = 0.62%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B00291 (or 0xB00291) is known color: Medium Violet Red. HEX triplet: B0, 02 and 91. RGB value is (176,2,145). Sum of RGB (Red+Green+Blue) = 176+2+145=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B00291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00291 is #4FFD6E. Grayscale: #454545. Windows color (decimal): -5242223 or 9503408. OLE color: 9503408.

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

Color convert

RGB 176 2 145 -
CMYK 0 0.99 0.18 0.31
HSL 310.69º 0.98% 0.35% -
HSV(B) 310.69º 0.99% 0.69% -
XYZ 23.04 11.32 27.76 -
YUV 70.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 176 2 145 0 0.99 0.18 0.31 310.69 0.98 0.35
Hex B0 2 91 0 63 12 1F 137 62 23
Octal 260 2 221 0 143 22 37 467 142 43
Binary 10110000 10 10010001 0 1100011 10010 11111 100110111 1100010 100011

Color Harmonies of #B00291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00291

Black with #B00291

Text Example


Text Example

White with #B00291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00291; }

 p { color: rgb(176,2,145); }

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

background-color css

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

 a { background-color: rgb(176,2,145); }

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

border-color css

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

 span { border-color: rgb(176,2,145); }

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