Html Css Color HEX #BD218A Medium Violet Red

📋 copy color: '#BD218A'

red 189 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #BD218A

Tints of Medium Violet Red #BD218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 52.5%
G = 9.17%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD218A (or 0xBD218A) is known color: Medium Violet Red. HEX triplet: BD, 21 and 8A. RGB value is (189,33,138). Sum of RGB (Red+Green+Blue) = 189+33+138=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218A is #42DE75. Grayscale: #5B5B5B. Windows color (decimal): -4382326 or 9052605. OLE color: 9052605.

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

Color convert

RGB 189 33 138 -
CMYK 0 0.83 0.27 0.26
HSL 319.62º 0.7% 0.44% -
HSV(B) 319.62º 0.83% 0.74% -
XYZ 26.12 13.74 25.32 -
YUV 91.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 189 33 138 0 0.83 0.27 0.26 319.62 0.7 0.44
Hex BD 21 8A 0 53 1B 1A 140 46 2C
Octal 275 41 212 0 123 33 32 500 106 54
Binary 10111101 100001 10001010 0 1010011 11011 11010 101000000 1000110 101100

Color Harmonies of #BD218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD218A

Black with #BD218A

Text Example


Text Example

White with #BD218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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