Html Css Color HEX #BD56D9 Medium Orchid

📋 copy color: '#BD56D9'

red 189 ◦ green 86 ◦ blue 217

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

Shades of Medium Orchid #BD56D9

Tints of Medium Orchid #BD56D9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.48%

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 38.41%
G = 17.48%
B = 44.11%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD56D9 (or 0xBD56D9) is known color: Medium Orchid. HEX triplet: BD, 56 and D9. RGB value is (189,86,217). Sum of RGB (Red+Green+Blue) = 189+86+217=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD56D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56D9 is #42A926. Grayscale: #838383. Windows color (decimal): -4368679 or 14243517. OLE color: 14243517.

HSL color Cylindrical-coordinate representation of color #BD56D9: hue angle of 287.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD56D9 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 86 217 -
CMYK 0.13 0.60 0 0.15
HSL 287.18º 0.63% 0.59% -
HSV(B) 287.18º 0.6% 0.85% -
XYZ 36.84 22.48 68.04 -
YUV 131.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 189 86 217 0.13 0.60 0 0.15 287.18 0.63 0.59
Hex BD 56 D9 D 3C 0 F 11F 3F 3B
Octal 275 126 331 15 74 0 17 437 77 73
Binary 10111101 1010110 11011001 1101 111100 0 1111 100011111 111111 111011

Color Harmonies of #BD56D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56D9

Black with #BD56D9

Text Example


Text Example

White with #BD56D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56D9; }

 p { color: rgb(189,86,217); }

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

background-color css

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

 a { background-color: rgb(189,86,217); }

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

border-color css

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

 span { border-color: rgb(189,86,217); }

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