Html Css Color HEX #B0296F Medium Red Violet

📋 copy color: '#B0296F'

red 176 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #B0296F

Tints of Medium Red Violet #B0296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 53.66%
G = 12.5%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0296F (or 0xB0296F) is known color: Medium Red Violet. HEX triplet: B0, 29 and 6F. RGB value is (176,41,111). Sum of RGB (Red+Green+Blue) = 176+41+111=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B0296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0296F is #4FD690. Grayscale: #595959. Windows color (decimal): -5232273 or 7285168. OLE color: 7285168.

HSL color Cylindrical-coordinate representation of color #B0296F: hue angle of 328.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0296F is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 111 -
CMYK 0 0.77 0.37 0.31
HSL 328.89º 0.62% 0.43% -
HSV(B) 328.89º 0.77% 0.69% -
XYZ 21.57 11.96 16.21 -
YUV 89.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 176 41 111 0 0.77 0.37 0.31 328.89 0.62 0.43
Hex B0 29 6F 0 4D 25 1F 149 3E 2B
Octal 260 51 157 0 115 45 37 511 76 53
Binary 10110000 101001 1101111 0 1001101 100101 11111 101001001 111110 101011

Color Harmonies of #B0296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0296F

Black with #B0296F

Text Example


Text Example

White with #B0296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0296F; }

 p { color: rgb(176,41,111); }

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

background-color css

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

 a { background-color: rgb(176,41,111); }

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

border-color css

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

 span { border-color: rgb(176,41,111); }

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