#B365EE

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

Shades of Medium Orchid #B365EE

Tints of Medium Orchid #B365EE

Color information

#B365EE (or 0xB365EE) is unknown color: approx Medium Orchid. HEX triplet: B3, 65 and EE. RGB value is (179,101,238). Sum of RGB (Red+Green+Blue) = 179+101+238=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B365EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365EE is #4C9A11. Grayscale: #8B8B8B. Windows color (decimal): -5020178 or 15623603. OLE color: 15623603.

HSL color Cylindrical-coordinate representation of color #B365EE: hue angle of 274.16º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B365EE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179101238-
CMYK0.250.5800.07
HSL274.16º80.12%66.47%-
HSV(B)274.16º57.56%93.33%-
XYZ38.6825.0683.69-
YUV139.94183.34155.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=34.56%
G=19.50%
B=45.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791012380.250.5800.07274.1680.1266.47
HexB365EE193A071125042
Octal263145356317207422120102
Binary1011001111001011110111011001111010011110001001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365EE; }

 p { color: rgb(179,101,238); }

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

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

 a { background-color: rgb(179,101,238); }

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

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

 span { border-color: rgb(179,101,238); }

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