#B465ED

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

Shades of Medium Orchid #B465ED

Tints of Medium Orchid #B465ED

Color information

#B465ED (or 0xB465ED) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and ED. RGB value is (180,101,237). Sum of RGB (Red+Green+Blue) = 180+101+237=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B465ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465ED is #4B9A12. Grayscale: #8B8B8B. Windows color (decimal): -4954643 or 15558068. OLE color: 15558068.

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

Color convert

RGB180101237-
CMYK0.240.5700.07
HSL274.85º79.07%66.27%-
HSV(B)274.85º57.38%92.94%-
XYZ38.7625.1382.93-
YUV140.12182.67156.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=34.75%
G=19.50%
B=45.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801012370.240.5700.07274.8579.0766.27
HexB465ED1839071134f42
Octal264145355307107423117102
Binary1011010011001011110110111000111001011110001001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465ED; }

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

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

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

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

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

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

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

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