Html Css Color HEX #BD217B Medium Violet Red

📋 copy color: '#BD217B'

red 189 ◦ green 33 ◦ blue 123

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

Shades of Medium Violet Red #BD217B

Tints of Medium Violet Red #BD217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 54.78%
G = 9.57%
B = 35.65%

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

#BD217B (or 0xBD217B) is known color: Medium Violet Red. HEX triplet: BD, 21 and 7B. RGB value is (189,33,123). Sum of RGB (Red+Green+Blue) = 189+33+123=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD217B is #42DE84. Grayscale: #595959. Windows color (decimal): -4382341 or 8069565. OLE color: 8069565.

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

Color convert

RGB 189 33 123 -
CMYK 0 0.83 0.35 0.26
HSL 325.38º 0.7% 0.44% -
HSV(B) 325.38º 0.83% 0.74% -
XYZ 25.11 13.34 19.99 -
YUV 89.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 189 33 123 0 0.83 0.35 0.26 325.38 0.7 0.44
Hex BD 21 7B 0 53 23 1A 145 46 2C
Octal 275 41 173 0 123 43 32 505 106 54
Binary 10111101 100001 1111011 0 1010011 100011 11010 101000101 1000110 101100

Color Harmonies of #BD217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD217B

Black with #BD217B

Text Example


Text Example

White with #BD217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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