Html Css Color HEX #B56EEC Medium Orchid

📋 copy color: '#B56EEC'

red 181 ◦ green 110 ◦ blue 236

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

Shades of Medium Orchid #B56EEC

Tints of Medium Orchid #B56EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 34.35%
G = 20.87%
B = 44.78%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B56EEC (or 0xB56EEC) is known color: Medium Orchid. HEX triplet: B5, 6E and EC. RGB value is (181,110,236). Sum of RGB (Red+Green+Blue) = 181+110+236=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B56EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EEC is #4A9113. Grayscale: #919191. Windows color (decimal): -4886804 or 15494837. OLE color: 15494837.

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

Color convert

RGB 181 110 236 -
CMYK 0.23 0.53 0 0.07
HSL 273.81º 0.77% 0.68% -
HSV(B) 273.81º 0.53% 0.93% -
XYZ 39.77 27.03 82.48 -
YUV 145.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 181 110 236 0.23 0.53 0 0.07 273.81 0.77 0.68
Hex B5 6E EC 17 35 0 7 112 4D 44
Octal 265 156 354 27 65 0 7 422 115 104
Binary 10110101 1101110 11101100 10111 110101 0 111 100010010 1001101 1000100

Color Harmonies of #B56EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EEC

Black with #B56EEC

Text Example


Text Example

White with #B56EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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