Html Css Color HEX #B56EDA Medium Orchid

📋 copy color: '#B56EDA'

red 181 ◦ green 110 ◦ blue 218

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

Shades of Medium Orchid #B56EDA

Tints of Medium Orchid #B56EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 35.56%
G = 21.61%
B = 42.83%

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

#B56EDA (or 0xB56EDA) is known color: Medium Orchid. HEX triplet: B5, 6E and DA. RGB value is (181,110,218). Sum of RGB (Red+Green+Blue) = 181+110+218=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EDA is #4A9125. Grayscale: #8F8F8F. Windows color (decimal): -4886822 or 14315189. OLE color: 14315189.

HSL color Cylindrical-coordinate representation of color #B56EDA: hue angle of 279.44º 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 #B56EDA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 110 218 -
CMYK 0.17 0.50 0 0.15
HSL 279.44º 0.59% 0.64% -
HSV(B) 279.44º 0.5% 0.85% -
XYZ 37.29 26.04 69.39 -
YUV 143.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 181 110 218 0.17 0.50 0 0.15 279.44 0.59 0.64
Hex B5 6E DA 11 32 0 F 117 3B 40
Octal 265 156 332 21 62 0 17 427 73 100
Binary 10110101 1101110 11011010 10001 110010 0 1111 100010111 111011 1000000

Color Harmonies of #B56EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EDA

Black with #B56EDA

Text Example


Text Example

White with #B56EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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