#B65EE2

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

Shades of Medium Orchid #B65EE2

Tints of Medium Orchid #B65EE2

Color information

#B65EE2 (or 0xB65EE2) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and E2. RGB value is (182,94,226). Sum of RGB (Red+Green+Blue) = 182+94+226=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #B65EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EE2 is #49A11D. Grayscale: #868686. Windows color (decimal): -4825374 or 14835382. OLE color: 14835382.

HSL color Cylindrical-coordinate representation of color #B65EE2: hue angle of 280º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65EE2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18294226-
CMYK0.190.5800.11
HSL280º69.47%62.75%-
HSV(B)280º58.41%88.63%-
XYZ37.0223.4474.52-
YUV135.36179.15161.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=36.25%
G=18.73%
B=45.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182942260.190.5800.1128069.4762.75
HexB65EE2133A0B118453f
Octal266136342237201343010577
Binary1011011010111101110001010011111010010111000110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EE2; }

 p { color: rgb(182,94,226); }

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

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

 a { background-color: rgb(182,94,226); }

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

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

 span { border-color: rgb(182,94,226); }

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