#B755E8

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

Shades of Medium Orchid #B755E8

Tints of Medium Orchid #B755E8

Color information

#B755E8 (or 0xB755E8) is unknown color: approx Medium Orchid. HEX triplet: B7, 55 and E8. RGB value is (183,85,232). Sum of RGB (Red+Green+Blue) = 183+85+232=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #B755E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755E8 is #48AA17. Grayscale: #828282. Windows color (decimal): -4762136 or 15226295. OLE color: 15226295.

HSL color Cylindrical-coordinate representation of color #B755E8: hue angle of 280º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B755E8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18385232-
CMYK0.210.6300.09
HSL280º76.17%62.16%-
HSV(B)280º63.36%90.98%-
XYZ37.3422.3978.7-
YUV131.06184.97165.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 85 (33.59% from 255) = 17%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=36.6%
G=17%
B=46.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal183852320.210.6300.0928076.1762.16
HexB755E8153F091184c3e
Octal267125350257701143011476
Binary1011011110101011110100010101111111010011000110001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755E8; }

 p { color: rgb(183,85,232); }

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

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

 a { background-color: rgb(183,85,232); }

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

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

 span { border-color: rgb(183,85,232); }

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