#b756e0

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

Shades of Medium Orchid #B756E0

Tints of Medium Orchid #B756E0

Color information

#B756E0 (or 0xB756E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 56 and E0. RGB value is (183,86,224). Sum of RGB (Red+Green+Blue) = 183+86+224=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #B756E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756E0 is #48A91F. Grayscale: #828282. Windows color (decimal): -4761888 or 14702263. OLE color: 14702263.

HSL color Cylindrical-coordinate representation of color #B756E0: hue angle of 282.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B756E0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18386224-
CMYK0.180.6200.12
HSL282.17º69%60.78%-
HSV(B)282.17º61.61%87.84%-
XYZ36.3122.172.87-
YUV130.74180.64165.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 86 (33.98% from 255) = 17.44%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=37.12%
G=17.44%
B=45.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183862240.180.6200.12282.176960.78
HexB756E0123E0C11a453d
Octal267126340227601443210575
Binary1011011110101101110000010010111110011001000110101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b756e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b756e0; }

 p { color: rgb(183,86,224); }

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

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

 a { background-color: rgb(183,86,224); }

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

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

 span { border-color: rgb(183,86,224); }

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