Html Css Color HEX #BD218C Medium Violet Red

📋 copy color: '#BD218C'

red 189 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #BD218C

Tints of Medium Violet Red #BD218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 52.21%
G = 9.12%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD218C (or 0xBD218C) is known color: Medium Violet Red. HEX triplet: BD, 21 and 8C. RGB value is (189,33,140). Sum of RGB (Red+Green+Blue) = 189+33+140=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218C is #42DE73. Grayscale: #5B5B5B. Windows color (decimal): -4382324 or 9183677. OLE color: 9183677.

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

Color convert

RGB 189 33 140 -
CMYK 0 0.83 0.26 0.26
HSL 318.85º 0.7% 0.44% -
HSV(B) 318.85º 0.83% 0.74% -
XYZ 26.26 13.8 26.09 -
YUV 91.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 189 33 140 0 0.83 0.26 0.26 318.85 0.7 0.44
Hex BD 21 8C 0 53 1A 1A 13F 46 2C
Octal 275 41 214 0 123 32 32 477 106 54
Binary 10111101 100001 10001100 0 1010011 11010 11010 100111111 1000110 101100

Color Harmonies of #BD218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD218C

Black with #BD218C

Text Example


Text Example

White with #BD218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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