Html Css Color HEX #B00296 Medium Violet Red

📋 copy color: '#B00296'

red 176 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #B00296

Tints of Medium Violet Red #B00296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 53.66%
G = 0.61%
B = 45.73%

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

#B00296 (or 0xB00296) is known color: Medium Violet Red. HEX triplet: B0, 02 and 96. RGB value is (176,2,150). Sum of RGB (Red+Green+Blue) = 176+2+150=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B00296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00296 is #4FFD69. Grayscale: #464646. Windows color (decimal): -5242218 or 9831088. OLE color: 9831088.

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

Color convert

RGB 176 2 150 -
CMYK 0 0.99 0.15 0.31
HSL 308.97º 0.98% 0.35% -
HSV(B) 308.97º 0.99% 0.69% -
XYZ 23.43 11.48 29.83 -
YUV 70.9 172.65 202.97 -
System Red Green Blue C M Y K H S L
Decimal 176 2 150 0 0.99 0.15 0.31 308.97 0.98 0.35
Hex B0 2 96 0 63 F 1F 135 62 23
Octal 260 2 226 0 143 17 37 465 142 43
Binary 10110000 10 10010110 0 1100011 1111 11111 100110101 1100010 100011

Color Harmonies of #B00296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00296

Black with #B00296

Text Example


Text Example

White with #B00296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00296; }

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

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

background-color css

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

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

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

border-color css

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

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

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