Html Css Color HEX #B0299F Medium Red Violet

📋 copy color: '#B0299F'

red 176 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #B0299F

Tints of Medium Red Violet #B0299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 46.81%
G = 10.9%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0299F (or 0xB0299F) is known color: Medium Red Violet. HEX triplet: B0, 29 and 9F. RGB value is (176,41,159). Sum of RGB (Red+Green+Blue) = 176+41+159=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299F is #4FD660. Grayscale: #5E5E5E. Windows color (decimal): -5232225 or 10430896. OLE color: 10430896.

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

Color convert

RGB 176 41 159 -
CMYK 0 0.77 0.10 0.31
HSL 307.56º 0.62% 0.43% -
HSV(B) 307.56º 0.77% 0.69% -
XYZ 24.96 13.32 34.06 -
YUV 94.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 176 41 159 0 0.77 0.10 0.31 307.56 0.62 0.43
Hex B0 29 9F 0 4D A 1F 134 3E 2B
Octal 260 51 237 0 115 12 37 464 76 53
Binary 10110000 101001 10011111 0 1001101 1010 11111 100110100 111110 101011

Color Harmonies of #B0299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0299F

Black with #B0299F

Text Example


Text Example

White with #B0299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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