Html Css Color HEX #B7208D Medium Violet Red

📋 copy color: '#B7208D'

red 183 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #B7208D

Tints of Medium Violet Red #B7208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 51.4%
G = 8.99%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7208D (or 0xB7208D) is known color: Medium Violet Red. HEX triplet: B7, 20 and 8D. RGB value is (183,32,141). Sum of RGB (Red+Green+Blue) = 183+32+141=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7208D is #48DF72. Grayscale: #595959. Windows color (decimal): -4775795 or 9248951. OLE color: 9248951.

HSL color Cylindrical-coordinate representation of color #B7208D: hue angle of 316.69º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7208D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 141 -
CMYK 0 0.83 0.23 0.28
HSL 316.69º 0.7% 0.42% -
HSV(B) 316.69º 0.83% 0.72% -
XYZ 24.85 13.02 26.4 -
YUV 89.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 183 32 141 0 0.83 0.23 0.28 316.69 0.7 0.42
Hex B7 20 8D 0 53 17 1C 13D 46 2A
Octal 267 40 215 0 123 27 34 475 106 52
Binary 10110111 100000 10001101 0 1010011 10111 11100 100111101 1000110 101010

Color Harmonies of #B7208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7208D

Black with #B7208D

Text Example


Text Example

White with #B7208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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