#B465EB

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

Shades of Medium Orchid #B465EB

Tints of Medium Orchid #B465EB

Color information

#B465EB (or 0xB465EB) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and EB. RGB value is (180,101,235). Sum of RGB (Red+Green+Blue) = 180+101+235=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #B465EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465EB is #4B9A14. Grayscale: #8B8B8B. Windows color (decimal): -4954645 or 15426996. OLE color: 15426996.

HSL color Cylindrical-coordinate representation of color #B465EB: hue angle of 275.37º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B465EB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180101235-
CMYK0.230.5700.08
HSL275.37º77.01%65.88%-
HSV(B)275.37º57.02%92.16%-
XYZ38.4725.0181.4-
YUV139.9181.67156.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 19.57%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=34.88%
G=19.57%
B=45.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801012350.230.5700.08275.3777.0165.88
HexB465EB1739081134d42
Octal2641453532771010423115102
Binary10110100110010111101011101111110010100010001001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465EB; }

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

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

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

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

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

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

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

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