Html Css Color HEX #B8249A Medium Red Violet

📋 copy color: '#B8249A'

red 184 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #B8249A

Tints of Medium Red Violet #B8249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 49.2%
G = 9.63%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8249A (or 0xB8249A) is known color: Medium Red Violet. HEX triplet: B8, 24 and 9A. RGB value is (184,36,154). Sum of RGB (Red+Green+Blue) = 184+36+154=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8249A is #47DB65. Grayscale: #5D5D5D. Windows color (decimal): -4709222 or 10101944. OLE color: 10101944.

HSL color Cylindrical-coordinate representation of color #B8249A: hue angle of 312.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8249A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 154 -
CMYK 0 0.80 0.16 0.28
HSL 312.16º 0.67% 0.43% -
HSV(B) 312.16º 0.8% 0.72% -
XYZ 26.23 13.79 31.85 -
YUV 93.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 184 36 154 0 0.80 0.16 0.28 312.16 0.67 0.43
Hex B8 24 9A 0 50 10 1C 138 43 2B
Octal 270 44 232 0 120 20 34 470 103 53
Binary 10111000 100100 10011010 0 1010000 10000 11100 100111000 1000011 101011

Color Harmonies of #B8249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8249A

Black with #B8249A

Text Example


Text Example

White with #B8249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8249A; }

 p { color: rgb(184,36,154); }

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

background-color css

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

 a { background-color: rgb(184,36,154); }

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

border-color css

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

 span { border-color: rgb(184,36,154); }

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