Html Css Color HEX #BD207F Medium Violet Red

📋 copy color: '#BD207F'

red 189 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #BD207F

Tints of Medium Violet Red #BD207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.49%

R = 54.31%
G = 9.2%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD207F (or 0xBD207F) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7F. RGB value is (189,32,127). Sum of RGB (Red+Green+Blue) = 189+32+127=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207F is #42DF80. Grayscale: #595959. Windows color (decimal): -4382593 or 8331453. OLE color: 8331453.

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

Color convert

RGB 189 32 127 -
CMYK 0 0.83 0.33 0.26
HSL 323.69º 0.71% 0.43% -
HSV(B) 323.69º 0.83% 0.74% -
XYZ 25.33 13.38 21.33 -
YUV 89.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 189 32 127 0 0.83 0.33 0.26 323.69 0.71 0.43
Hex BD 20 7F 0 53 21 1A 144 47 2B
Octal 275 40 177 0 123 41 32 504 107 53
Binary 10111101 100000 1111111 0 1010011 100001 11010 101000100 1000111 101011

Color Harmonies of #BD207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD207F

Black with #BD207F

Text Example


Text Example

White with #BD207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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