Html Css Color HEX #B56EDB Medium Orchid

📋 copy color: '#B56EDB'

red 181 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B56EDB

Tints of Medium Orchid #B56EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 35.49%
G = 21.57%
B = 42.94%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B56EDB (or 0xB56EDB) is known color: Medium Orchid. HEX triplet: B5, 6E and DB. RGB value is (181,110,219). Sum of RGB (Red+Green+Blue) = 181+110+219=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B56EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EDB is #4A9124. Grayscale: #8F8F8F. Windows color (decimal): -4886821 or 14380725. OLE color: 14380725.

HSL color Cylindrical-coordinate representation of color #B56EDB: hue angle of 279.08º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56EDB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 110 219 -
CMYK 0.17 0.50 0 0.14
HSL 279.08º 0.6% 0.65% -
HSV(B) 279.08º 0.5% 0.86% -
XYZ 37.42 26.09 70.08 -
YUV 143.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 181 110 219 0.17 0.50 0 0.14 279.08 0.6 0.65
Hex B5 6E DB 11 32 0 E 117 3C 41
Octal 265 156 333 21 62 0 16 427 74 101
Binary 10110101 1101110 11011011 10001 110010 0 1110 100010111 111100 1000001

Color Harmonies of #B56EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EDB

Black with #B56EDB

Text Example


Text Example

White with #B56EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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