Html Css Color HEX #BD217C Medium Violet Red

📋 copy color: '#BD217C'

red 189 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #BD217C

Tints of Medium Violet Red #BD217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 54.62%
G = 9.54%
B = 35.84%

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

#BD217C (or 0xBD217C) is known color: Medium Violet Red. HEX triplet: BD, 21 and 7C. RGB value is (189,33,124). Sum of RGB (Red+Green+Blue) = 189+33+124=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD217C is #42DE83. Grayscale: #595959. Windows color (decimal): -4382340 or 8135101. OLE color: 8135101.

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

Color convert

RGB 189 33 124 -
CMYK 0 0.83 0.34 0.26
HSL 325º 0.7% 0.44% -
HSV(B) 325º 0.83% 0.74% -
XYZ 25.17 13.36 20.32 -
YUV 90.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 189 33 124 0 0.83 0.34 0.26 325 0.7 0.44
Hex BD 21 7C 0 53 22 1A 145 46 2C
Octal 275 41 174 0 123 42 32 505 106 54
Binary 10111101 100001 1111100 0 1010011 100010 11010 101000101 1000110 101100

Color Harmonies of #BD217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD217C

Black with #BD217C

Text Example


Text Example

White with #BD217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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