Html Css Color HEX #B7207D Medium Red Violet

📋 copy color: '#B7207D'

red 183 ◦ green 32 ◦ blue 125

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

Shades of Medium Red Violet #B7207D

Tints of Medium Red Violet #B7207D

RGB

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

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

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

R = 53.82%
G = 9.41%
B = 36.76%

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

#B7207D (or 0xB7207D) is known color: Medium Red Violet. HEX triplet: B7, 20 and 7D. RGB value is (183,32,125). Sum of RGB (Red+Green+Blue) = 183+32+125=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7207D is #48DF82. Grayscale: #575757. Windows color (decimal): -4775811 or 8200375. OLE color: 8200375.

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

Color convert

RGB 183 32 125 -
CMYK 0 0.83 0.32 0.28
HSL 323.05º 0.7% 0.42% -
HSV(B) 323.05º 0.83% 0.72% -
XYZ 23.75 12.58 20.58 -
YUV 87.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 183 32 125 0 0.83 0.32 0.28 323.05 0.7 0.42
Hex B7 20 7D 0 53 20 1C 143 46 2A
Octal 267 40 175 0 123 40 34 503 106 52
Binary 10110111 100000 1111101 0 1010011 100000 11100 101000011 1000110 101010

Color Harmonies of #B7207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7207D

Black with #B7207D

Text Example


Text Example

White with #B7207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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