Html Css Color HEX #B8299F Medium Red Violet

📋 copy color: '#B8299F'

red 184 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #B8299F

Tints of Medium Red Violet #B8299F

RGB

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

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

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

R = 47.92%
G = 10.68%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8299F (or 0xB8299F) is known color: Medium Red Violet. HEX triplet: B8, 29 and 9F. RGB value is (184,41,159). Sum of RGB (Red+Green+Blue) = 184+41+159=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8299F is #47D660. Grayscale: #606060. Windows color (decimal): -4707937 or 10430904. OLE color: 10430904.

HSL color Cylindrical-coordinate representation of color #B8299F: hue angle of 310.49º 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 #B8299F is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 159 -
CMYK 0 0.78 0.14 0.28
HSL 310.49º 0.64% 0.44% -
HSV(B) 310.49º 0.78% 0.72% -
XYZ 26.82 14.28 34.14 -
YUV 97.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 184 41 159 0 0.78 0.14 0.28 310.49 0.64 0.44
Hex B8 29 9F 0 4E E 1C 136 40 2C
Octal 270 51 237 0 116 16 34 466 100 54
Binary 10111000 101001 10011111 0 1001110 1110 11100 100110110 1000000 101100

Color Harmonies of #B8299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8299F

Black with #B8299F

Text Example


Text Example

White with #B8299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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