Html Css Color HEX #B8207D Medium Violet Red

📋 copy color: '#B8207D'

red 184 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #B8207D

Tints of Medium Violet Red #B8207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 53.96%
G = 9.38%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8207D (or 0xB8207D) is known color: Medium Violet Red. HEX triplet: B8, 20 and 7D. RGB value is (184,32,125). Sum of RGB (Red+Green+Blue) = 184+32+125=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8207D is #47DF82. Grayscale: #575757. Windows color (decimal): -4710275 or 8200376. OLE color: 8200376.

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

Color convert

RGB 184 32 125 -
CMYK 0 0.83 0.32 0.28
HSL 323.29º 0.7% 0.42% -
HSV(B) 323.29º 0.83% 0.72% -
XYZ 23.99 12.7 20.59 -
YUV 88.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 184 32 125 0 0.83 0.32 0.28 323.29 0.7 0.42
Hex B8 20 7D 0 53 20 1C 143 46 2A
Octal 270 40 175 0 123 40 34 503 106 52
Binary 10111000 100000 1111101 0 1010011 100000 11100 101000011 1000110 101010

Color Harmonies of #B8207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8207D

Black with #B8207D

Text Example


Text Example

White with #B8207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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