#b462ef

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

Shades of Medium Orchid #B462EF

Tints of Medium Orchid #B462EF

Color information

#B462EF (or 0xB462EF) is unknown color: approx Medium Orchid. HEX triplet: B4, 62 and EF. RGB value is (180,98,239). Sum of RGB (Red+Green+Blue) = 180+98+239=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #B462EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B462EF is #4B9D10. Grayscale: #8A8A8A. Windows color (decimal): -4955409 or 15688372. OLE color: 15688372.

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

Color convert

RGB18098239-
CMYK0.250.5900.06
HSL274.89º81.5%66.08%-
HSV(B)274.89º59%93.73%-
XYZ38.7724.6784.38-
YUV138.59184.67157.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=34.82%
G=18.96%
B=46.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180982390.250.5900.06274.8981.566.08
HexB462EF193B061135242
Octal264142357317306423122102
Binary1011010011000101110111111001111011011010001001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b462ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b462ef; }

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

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

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

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

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

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

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

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