Html Css Color HEX #B0299B Medium Red Violet

📋 copy color: '#B0299B'

red 176 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #B0299B

Tints of Medium Red Violet #B0299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 47.31%
G = 11.02%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0299B (or 0xB0299B) is known color: Medium Red Violet. HEX triplet: B0, 29 and 9B. RGB value is (176,41,155). Sum of RGB (Red+Green+Blue) = 176+41+155=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0299B is #4FD664. Grayscale: #5E5E5E. Windows color (decimal): -5232229 or 10168752. OLE color: 10168752.

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

Color convert

RGB 176 41 155 -
CMYK 0 0.77 0.12 0.31
HSL 309.33º 0.62% 0.43% -
HSV(B) 309.33º 0.77% 0.69% -
XYZ 24.61 13.18 32.26 -
YUV 94.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 176 41 155 0 0.77 0.12 0.31 309.33 0.62 0.43
Hex B0 29 9B 0 4D C 1F 135 3E 2B
Octal 260 51 233 0 115 14 37 465 76 53
Binary 10110000 101001 10011011 0 1001101 1100 11111 100110101 111110 101011

Color Harmonies of #B0299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0299B

Black with #B0299B

Text Example


Text Example

White with #B0299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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