#B56FE7

Color #B56FE7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B56FE7

Tints of Medium Orchid #B56FE7

Color information

#B56FE7 (or 0xB56FE7) is unknown color: approx Medium Orchid. HEX triplet: B5, 6F and E7. RGB value is (181,111,231). Sum of RGB (Red+Green+Blue) = 181+111+231=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #B56FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FE7 is #4A9018. Grayscale: #919191. Windows color (decimal): -4886553 or 15167413. OLE color: 15167413.

HSL color Cylindrical-coordinate representation of color #B56FE7: hue angle of 275º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56FE7 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181111231-
CMYK0.220.5200.09
HSL275º71.43%67.06%-
HSV(B)275º51.95%90.59%-
XYZ39.1626.9678.74-
YUV145.61176.19153.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=34.61%
G=21.22%
B=44.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811112310.220.5200.0927571.4367.06
HexB56FE71634091134743
Octal2651573472664011423107103
Binary10110101110111111100111101101101000100110001001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FE7; }

 p { color: rgb(181,111,231); }

 H1.HeaderClassName
 {
   color: #B56FE7;
 }
 .AnyTagClassName
 {
   color: #B56FE7;
 }
</style>
background-color css

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

 a { background-color: rgb(181,111,231); }

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

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

 span { border-color: rgb(181,111,231); }

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