Html Css Color HEX #BD216C Medium Violet Red

📋 copy color: '#BD216C'

red 189 ◦ green 33 ◦ blue 108

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

Shades of Medium Violet Red #BD216C

Tints of Medium Violet Red #BD216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 57.27%
G = 10%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD216C (or 0xBD216C) is known color: Medium Violet Red. HEX triplet: BD, 21 and 6C. RGB value is (189,33,108). Sum of RGB (Red+Green+Blue) = 189+33+108=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD216C is #42DE93. Grayscale: #585858. Windows color (decimal): -4382356 or 7086525. OLE color: 7086525.

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

Color convert

RGB 189 33 108 -
CMYK 0 0.83 0.43 0.26
HSL 331.15º 0.7% 0.44% -
HSV(B) 331.15º 0.83% 0.74% -
XYZ 24.24 12.99 15.42 -
YUV 88.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 189 33 108 0 0.83 0.43 0.26 331.15 0.7 0.44
Hex BD 21 6C 0 53 2B 1A 14B 46 2C
Octal 275 41 154 0 123 53 32 513 106 54
Binary 10111101 100001 1101100 0 1010011 101011 11010 101001011 1000110 101100

Color Harmonies of #BD216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD216C

Black with #BD216C

Text Example


Text Example

White with #BD216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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