Html Css Color HEX #B8206D Medium Red Violet

📋 copy color: '#B8206D'

red 184 ◦ green 32 ◦ blue 109

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

Shades of Medium Red Violet #B8206D

Tints of Medium Red Violet #B8206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 56.62%
G = 9.85%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8206D (or 0xB8206D) is known color: Medium Red Violet. HEX triplet: B8, 20 and 6D. RGB value is (184,32,109). Sum of RGB (Red+Green+Blue) = 184+32+109=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8206D is #47DF92. Grayscale: #565656. Windows color (decimal): -4710291 or 7151800. OLE color: 7151800.

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

Color convert

RGB 184 32 109 -
CMYK 0 0.83 0.41 0.28
HSL 329.61º 0.7% 0.42% -
HSV(B) 329.61º 0.83% 0.72% -
XYZ 23.04 12.33 15.63 -
YUV 86.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 184 32 109 0 0.83 0.41 0.28 329.61 0.7 0.42
Hex B8 20 6D 0 53 29 1C 14A 46 2A
Octal 270 40 155 0 123 51 34 512 106 52
Binary 10111000 100000 1101101 0 1010011 101001 11100 101001010 1000110 101010

Color Harmonies of #B8206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8206D

Black with #B8206D

Text Example


Text Example

White with #B8206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8206D; }

 p { color: rgb(184,32,109); }

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

background-color css

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

 a { background-color: rgb(184,32,109); }

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

border-color css

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

 span { border-color: rgb(184,32,109); }

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