Html Css Color HEX #B7208C Medium Violet Red

📋 copy color: '#B7208C'

red 183 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #B7208C

Tints of Medium Violet Red #B7208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 51.55%
G = 9.01%
B = 39.44%

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

#B7208C (or 0xB7208C) is known color: Medium Violet Red. HEX triplet: B7, 20 and 8C. RGB value is (183,32,140). Sum of RGB (Red+Green+Blue) = 183+32+140=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7208C is #48DF73. Grayscale: #595959. Windows color (decimal): -4775796 or 9183415. OLE color: 9183415.

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

Color convert

RGB 183 32 140 -
CMYK 0 0.83 0.23 0.28
HSL 317.09º 0.7% 0.42% -
HSV(B) 317.09º 0.83% 0.72% -
XYZ 24.78 12.99 26.01 -
YUV 89.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 183 32 140 0 0.83 0.23 0.28 317.09 0.7 0.42
Hex B7 20 8C 0 53 17 1C 13D 46 2A
Octal 267 40 214 0 123 27 34 475 106 52
Binary 10110111 100000 10001100 0 1010011 10111 11100 100111101 1000110 101010

Color Harmonies of #B7208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7208C

Black with #B7208C

Text Example


Text Example

White with #B7208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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