Html Css Color HEX #BD216F Medium Violet Red

📋 copy color: '#BD216F'

red 189 ◦ green 33 ◦ blue 111

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

Shades of Medium Violet Red #BD216F

Tints of Medium Violet Red #BD216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 56.76%
G = 9.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD216F (or 0xBD216F) is known color: Medium Violet Red. HEX triplet: BD, 21 and 6F. RGB value is (189,33,111). Sum of RGB (Red+Green+Blue) = 189+33+111=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD216F is #42DE90. Grayscale: #585858. Windows color (decimal): -4382353 or 7283133. OLE color: 7283133.

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

Color convert

RGB 189 33 111 -
CMYK 0 0.83 0.41 0.26
HSL 330º 0.7% 0.44% -
HSV(B) 330º 0.83% 0.74% -
XYZ 24.4 13.05 16.27 -
YUV 88.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 189 33 111 0 0.83 0.41 0.26 330 0.7 0.44
Hex BD 21 6F 0 53 29 1A 14A 46 2C
Octal 275 41 157 0 123 51 32 512 106 54
Binary 10111101 100001 1101111 0 1010011 101001 11010 101001010 1000110 101100

Color Harmonies of #BD216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD216F

Black with #BD216F

Text Example


Text Example

White with #BD216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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