Html Css Color HEX #B56EEB Medium Orchid

📋 copy color: '#B56EEB'

red 181 ◦ green 110 ◦ blue 235

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

Shades of Medium Orchid #B56EEB

Tints of Medium Orchid #B56EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 34.41%
G = 20.91%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B56EEB (or 0xB56EEB) is known color: Medium Orchid. HEX triplet: B5, 6E and EB. RGB value is (181,110,235). Sum of RGB (Red+Green+Blue) = 181+110+235=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #B56EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EEB is #4A9114. Grayscale: #919191. Windows color (decimal): -4886805 or 15429301. OLE color: 15429301.

HSL color Cylindrical-coordinate representation of color #B56EEB: hue angle of 274.08º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56EEB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 110 235 -
CMYK 0.23 0.53 0 0.08
HSL 274.08º 0.76% 0.68% -
HSV(B) 274.08º 0.53% 0.92% -
XYZ 39.63 26.97 81.72 -
YUV 145.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 181 110 235 0.23 0.53 0 0.08 274.08 0.76 0.68
Hex B5 6E EB 17 35 0 8 112 4C 44
Octal 265 156 353 27 65 0 10 422 114 104
Binary 10110101 1101110 11101011 10111 110101 0 1000 100010010 1001100 1000100

Color Harmonies of #B56EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EEB

Black with #B56EEB

Text Example


Text Example

White with #B56EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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