#B465EF

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

Shades of Medium Orchid #B465EF

Tints of Medium Orchid #B465EF

Color information

#B465EF (or 0xB465EF) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and EF. RGB value is (180,101,239). Sum of RGB (Red+Green+Blue) = 180+101+239=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #B465EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465EF is #4B9A10. Grayscale: #8B8B8B. Windows color (decimal): -4954641 or 15689140. OLE color: 15689140.

HSL color Cylindrical-coordinate representation of color #B465EF: hue angle of 274.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B465EF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180101239-
CMYK0.250.5800.06
HSL274.35º81.18%66.67%-
HSV(B)274.35º57.74%93.73%-
XYZ39.0625.2484.48-
YUV140.35183.67156.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 19.42%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=34.62%
G=19.42%
B=45.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801012390.250.5800.06274.3581.1866.67
HexB465EF193A061125143
Octal264145357317206422121103
Binary1011010011001011110111111001111010011010001001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465EF; }

 p { color: rgb(180,101,239); }

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

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

 a { background-color: rgb(180,101,239); }

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

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

 span { border-color: rgb(180,101,239); }

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