Html Css Color HEX #BD217A Medium Violet Red

📋 copy color: '#BD217A'

red 189 ◦ green 33 ◦ blue 122

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

Shades of Medium Violet Red #BD217A

Tints of Medium Violet Red #BD217A

RGB

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

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

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

R = 54.94%
G = 9.59%
B = 35.47%

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

#BD217A (or 0xBD217A) is known color: Medium Violet Red. HEX triplet: BD, 21 and 7A. RGB value is (189,33,122). Sum of RGB (Red+Green+Blue) = 189+33+122=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD217A is #42DE85. Grayscale: #595959. Windows color (decimal): -4382342 or 8004029. OLE color: 8004029.

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

Color convert

RGB 189 33 122 -
CMYK 0 0.83 0.35 0.26
HSL 325.77º 0.7% 0.44% -
HSV(B) 325.77º 0.83% 0.74% -
XYZ 25.04 13.31 19.66 -
YUV 89.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 189 33 122 0 0.83 0.35 0.26 325.77 0.7 0.44
Hex BD 21 7A 0 53 23 1A 146 46 2C
Octal 275 41 172 0 123 43 32 506 106 54
Binary 10111101 100001 1111010 0 1010011 100011 11010 101000110 1000110 101100

Color Harmonies of #BD217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD217A

Black with #BD217A

Text Example


Text Example

White with #BD217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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