Html Css Color HEX #B7288D Medium Red Violet

📋 copy color: '#B7288D'

red 183 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #B7288D

Tints of Medium Red Violet #B7288D

RGB

 RED value IS 183 (71.88% from 255) = 50.27%

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 50.27%
G = 10.99%
B = 38.74%

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

#B7288D (or 0xB7288D) is known color: Medium Red Violet. HEX triplet: B7, 28 and 8D. RGB value is (183,40,141). Sum of RGB (Red+Green+Blue) = 183+40+141=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7288D is #48D772. Grayscale: #5E5E5E. Windows color (decimal): -4773747 or 9250999. OLE color: 9250999.

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

Color convert

RGB 183 40 141 -
CMYK 0 0.78 0.23 0.28
HSL 317.62º 0.64% 0.44% -
HSV(B) 317.62º 0.78% 0.72% -
XYZ 25.09 13.51 26.48 -
YUV 94.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 183 40 141 0 0.78 0.23 0.28 317.62 0.64 0.44
Hex B7 28 8D 0 4E 17 1C 13E 40 2C
Octal 267 50 215 0 116 27 34 476 100 54
Binary 10110111 101000 10001101 0 1001110 10111 11100 100111110 1000000 101100

Color Harmonies of #B7288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7288D

Black with #B7288D

Text Example


Text Example

White with #B7288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7288D; }

 p { color: rgb(183,40,141); }

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

background-color css

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

 a { background-color: rgb(183,40,141); }

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

border-color css

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

 span { border-color: rgb(183,40,141); }

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