Html Css Color HEX #B56EDD Medium Orchid

📋 copy color: '#B56EDD'

red 181 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #B56EDD

Tints of Medium Orchid #B56EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 35.35%
G = 21.48%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B56EDD (or 0xB56EDD) is known color: Medium Orchid. HEX triplet: B5, 6E and DD. RGB value is (181,110,221). Sum of RGB (Red+Green+Blue) = 181+110+221=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B56EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EDD is #4A9122. Grayscale: #8F8F8F. Windows color (decimal): -4886819 or 14511797. OLE color: 14511797.

HSL color Cylindrical-coordinate representation of color #B56EDD: hue angle of 278.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56EDD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 110 221 -
CMYK 0.18 0.50 0 0.13
HSL 278.38º 0.62% 0.65% -
HSV(B) 278.38º 0.5% 0.87% -
XYZ 37.68 26.2 71.48 -
YUV 143.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 181 110 221 0.18 0.50 0 0.13 278.38 0.62 0.65
Hex B5 6E DD 12 32 0 D 116 3E 41
Octal 265 156 335 22 62 0 15 426 76 101
Binary 10110101 1101110 11011101 10010 110010 0 1101 100010110 111110 1000001

Color Harmonies of #B56EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EDD

Black with #B56EDD

Text Example


Text Example

White with #B56EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EDD; }

 p { color: rgb(181,110,221); }

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

background-color css

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

 a { background-color: rgb(181,110,221); }

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

border-color css

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

 span { border-color: rgb(181,110,221); }

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