Html Css Color HEX #B8288E Medium Red Violet

📋 copy color: '#B8288E'

red 184 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #B8288E

Tints of Medium Red Violet #B8288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 50.27%
G = 10.93%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8288E (or 0xB8288E) is known color: Medium Red Violet. HEX triplet: B8, 28 and 8E. RGB value is (184,40,142). Sum of RGB (Red+Green+Blue) = 184+40+142=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8288E is #47D771. Grayscale: #5E5E5E. Windows color (decimal): -4708210 or 9316536. OLE color: 9316536.

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

Color convert

RGB 184 40 142 -
CMYK 0 0.78 0.23 0.28
HSL 317.5º 0.64% 0.44% -
HSV(B) 317.5º 0.78% 0.72% -
XYZ 25.41 13.66 26.89 -
YUV 94.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 184 40 142 0 0.78 0.23 0.28 317.5 0.64 0.44
Hex B8 28 8E 0 4E 17 1C 13E 40 2C
Octal 270 50 216 0 116 27 34 476 100 54
Binary 10111000 101000 10001110 0 1001110 10111 11100 100111110 1000000 101100

Color Harmonies of #B8288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8288E

Black with #B8288E

Text Example


Text Example

White with #B8288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8288E; }

 p { color: rgb(184,40,142); }

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

background-color css

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

 a { background-color: rgb(184,40,142); }

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

border-color css

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

 span { border-color: rgb(184,40,142); }

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