#B65DE3

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

Shades of Medium Orchid #B65DE3

Tints of Medium Orchid #B65DE3

Color information

#B65DE3 (or 0xB65DE3) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and E3. RGB value is (182,93,227). Sum of RGB (Red+Green+Blue) = 182+93+227=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #B65DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DE3 is #49A21C. Grayscale: #868686. Windows color (decimal): -4825629 or 14900662. OLE color: 14900662.

HSL color Cylindrical-coordinate representation of color #B65DE3: hue angle of 279.85º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65DE3 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18293227-
CMYK0.200.5900.11
HSL279.85º70.53%62.75%-
HSV(B)279.85º59.03%89.02%-
XYZ37.0723.3275.22-
YUV134.89179.99161.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 93 (36.72% from 255) = 18.53%
BLUE value IS 227 (89.06% from 255) = 45.22%
R=36.25%
G=18.53%
B=45.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182932270.200.5900.11279.8570.5362.75
HexB65DE3143B0B118473f
Octal266135343247301343010777
Binary1011011010111011110001110100111011010111000110001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DE3; }

 p { color: rgb(182,93,227); }

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

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

 a { background-color: rgb(182,93,227); }

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

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

 span { border-color: rgb(182,93,227); }

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