Html Css Color HEX #B8299B Medium Red Violet

📋 copy color: '#B8299B'

red 184 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #B8299B

Tints of Medium Red Violet #B8299B

RGB

 RED value IS 184 (72.27% from 255) = 48.42%

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

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

R = 48.42%
G = 10.79%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8299B (or 0xB8299B) is known color: Medium Red Violet. HEX triplet: B8, 29 and 9B. RGB value is (184,41,155). Sum of RGB (Red+Green+Blue) = 184+41+155=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8299B is #47D664. Grayscale: #606060. Windows color (decimal): -4707941 or 10168760. OLE color: 10168760.

HSL color Cylindrical-coordinate representation of color #B8299B: hue angle of 312.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8299B is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 155 -
CMYK 0 0.78 0.16 0.28
HSL 312.17º 0.64% 0.44% -
HSV(B) 312.17º 0.78% 0.72% -
XYZ 26.48 14.14 32.34 -
YUV 96.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 184 41 155 0 0.78 0.16 0.28 312.17 0.64 0.44
Hex B8 29 9B 0 4E 10 1C 138 40 2C
Octal 270 51 233 0 116 20 34 470 100 54
Binary 10111000 101001 10011011 0 1001110 10000 11100 100111000 1000000 101100

Color Harmonies of #B8299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8299B

Black with #B8299B

Text Example


Text Example

White with #B8299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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