Html Css Color HEX #BD207C Medium Violet Red

📋 copy color: '#BD207C'

red 189 ◦ green 32 ◦ blue 124

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

Shades of Medium Violet Red #BD207C

Tints of Medium Violet Red #BD207C

RGB

 RED value IS 189 (74.22% from 255) = 54.78%

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 54.78%
G = 9.28%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD207C (or 0xBD207C) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7C. RGB value is (189,32,124). Sum of RGB (Red+Green+Blue) = 189+32+124=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207C is #42DF83. Grayscale: #595959. Windows color (decimal): -4382596 or 8134845. OLE color: 8134845.

HSL color Cylindrical-coordinate representation of color #BD207C: hue angle of 324.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD207C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 124 -
CMYK 0 0.83 0.34 0.26
HSL 324.84º 0.71% 0.43% -
HSV(B) 324.84º 0.83% 0.74% -
XYZ 25.14 13.31 20.31 -
YUV 89.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 189 32 124 0 0.83 0.34 0.26 324.84 0.71 0.43
Hex BD 20 7C 0 53 22 1A 145 47 2B
Octal 275 40 174 0 123 42 32 505 107 53
Binary 10111101 100000 1111100 0 1010011 100010 11010 101000101 1000111 101011

Color Harmonies of #BD207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD207C

Black with #BD207C

Text Example


Text Example

White with #BD207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD207C; }

 p { color: rgb(189,32,124); }

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

background-color css

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

 a { background-color: rgb(189,32,124); }

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

border-color css

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

 span { border-color: rgb(189,32,124); }

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