Html Css Color HEX #B56DD9 Medium Orchid

📋 copy color: '#B56DD9'

red 181 ◦ green 109 ◦ blue 217

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

Shades of Medium Orchid #B56DD9

Tints of Medium Orchid #B56DD9

RGB

 RED value IS 181 (71.09% from 255) = 35.7%

 GREEN value IS 109 (42.97% from 255) = 21.5%

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

R = 35.7%
G = 21.5%
B = 42.8%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B56DD9 (or 0xB56DD9) is known color: Medium Orchid. HEX triplet: B5, 6D and D9. RGB value is (181,109,217). Sum of RGB (Red+Green+Blue) = 181+109+217=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #B56DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DD9 is #4A9226. Grayscale: #8E8E8E. Windows color (decimal): -4887079 or 14249397. OLE color: 14249397.

HSL color Cylindrical-coordinate representation of color #B56DD9: hue angle of 280º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56DD9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 109 217 -
CMYK 0.17 0.50 0 0.15
HSL 280º 0.59% 0.64% -
HSV(B) 280º 0.5% 0.85% -
XYZ 37.05 25.77 68.67 -
YUV 142.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 181 109 217 0.17 0.50 0 0.15 280 0.59 0.64
Hex B5 6D D9 11 32 0 F 118 3B 40
Octal 265 155 331 21 62 0 17 430 73 100
Binary 10110101 1101101 11011001 10001 110010 0 1111 100011000 111011 1000000

Color Harmonies of #B56DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DD9

Black with #B56DD9

Text Example


Text Example

White with #B56DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DD9; }

 p { color: rgb(181,109,217); }

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

background-color css

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

 a { background-color: rgb(181,109,217); }

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

border-color css

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

 span { border-color: rgb(181,109,217); }

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