Html Css Color HEX #B00295 Medium Violet Red

📋 copy color: '#B00295'

red 176 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #B00295

Tints of Medium Violet Red #B00295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 53.82%
G = 0.61%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B00295 (or 0xB00295) is known color: Medium Violet Red. HEX triplet: B0, 02 and 95. RGB value is (176,2,149). Sum of RGB (Red+Green+Blue) = 176+2+149=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B00295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00295 is #4FFD6A. Grayscale: #464646. Windows color (decimal): -5242219 or 9765552. OLE color: 9765552.

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

Color convert

RGB 176 2 149 -
CMYK 0 0.99 0.15 0.31
HSL 309.31º 0.98% 0.35% -
HSV(B) 309.31º 0.99% 0.69% -
XYZ 23.35 11.44 29.41 -
YUV 70.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 176 2 149 0 0.99 0.15 0.31 309.31 0.98 0.35
Hex B0 2 95 0 63 F 1F 135 62 23
Octal 260 2 225 0 143 17 37 465 142 43
Binary 10110000 10 10010101 0 1100011 1111 11111 100110101 1100010 100011

Color Harmonies of #B00295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00295

Black with #B00295

Text Example


Text Example

White with #B00295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00295; }

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

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

background-color css

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

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

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

border-color css

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

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

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