Html Css Color HEX #BD207E Medium Violet Red

📋 copy color: '#BD207E'

red 189 ◦ green 32 ◦ blue 126

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

Shades of Medium Violet Red #BD207E

Tints of Medium Violet Red #BD207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 54.47%
G = 9.22%
B = 36.31%

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

#BD207E (or 0xBD207E) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7E. RGB value is (189,32,126). Sum of RGB (Red+Green+Blue) = 189+32+126=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207E is #42DF81. Grayscale: #595959. Windows color (decimal): -4382594 or 8265917. OLE color: 8265917.

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

Color convert

RGB 189 32 126 -
CMYK 0 0.83 0.33 0.26
HSL 324.08º 0.71% 0.43% -
HSV(B) 324.08º 0.83% 0.74% -
XYZ 25.27 13.36 20.99 -
YUV 89.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 189 32 126 0 0.83 0.33 0.26 324.08 0.71 0.43
Hex BD 20 7E 0 53 21 1A 144 47 2B
Octal 275 40 176 0 123 41 32 504 107 53
Binary 10111101 100000 1111110 0 1010011 100001 11010 101000100 1000111 101011

Color Harmonies of #BD207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD207E

Black with #BD207E

Text Example


Text Example

White with #BD207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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