Html Css Color HEX #BD207A Medium Violet Red

📋 copy color: '#BD207A'

red 189 ◦ green 32 ◦ blue 122

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

Shades of Medium Violet Red #BD207A

Tints of Medium Violet Red #BD207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 55.1%
G = 9.33%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD207A (or 0xBD207A) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7A. RGB value is (189,32,122). Sum of RGB (Red+Green+Blue) = 189+32+122=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207A is #42DF85. Grayscale: #595959. Windows color (decimal): -4382598 or 8003773. OLE color: 8003773.

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

Color convert

RGB 189 32 122 -
CMYK 0 0.83 0.35 0.26
HSL 325.61º 0.71% 0.43% -
HSV(B) 325.61º 0.83% 0.74% -
XYZ 25.02 13.26 19.65 -
YUV 89.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 189 32 122 0 0.83 0.35 0.26 325.61 0.71 0.43
Hex BD 20 7A 0 53 23 1A 146 47 2B
Octal 275 40 172 0 123 43 32 506 107 53
Binary 10111101 100000 1111010 0 1010011 100011 11010 101000110 1000111 101011

Color Harmonies of #BD207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD207A

Black with #BD207A

Text Example


Text Example

White with #BD207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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