#B465DE

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

Shades of Medium Orchid #B465DE

Tints of Medium Orchid #B465DE

Color information

#B465DE (or 0xB465DE) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and DE. RGB value is (180,101,222). Sum of RGB (Red+Green+Blue) = 180+101+222=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #B465DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465DE is #4B9A21. Grayscale: #8A8A8A. Windows color (decimal): -4954658 or 14575028. OLE color: 14575028.

HSL color Cylindrical-coordinate representation of color #B465DE: hue angle of 279.17º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B465DE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180101222-
CMYK0.190.5500.13
HSL279.17º64.71%63.33%-
HSV(B)279.17º54.5%87.06%-
XYZ36.6624.2871.86-
YUV138.42175.17157.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=35.79%
G=20.08%
B=44.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801012220.190.5500.13279.1764.7163.33
HexB465DE13370D117413f
Octal264145336236701542710177
Binary1011010011001011101111010011110111011011000101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465DE; }

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

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

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

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

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

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

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

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