#B65ED5

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

Shades of Medium Orchid #B65ED5

Tints of Medium Orchid #B65ED5

Color information

#B65ED5 (or 0xB65ED5) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and D5. RGB value is (182,94,213). Sum of RGB (Red+Green+Blue) = 182+94+213=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #B65ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ED5 is #49A12A. Grayscale: #858585. Windows color (decimal): -4825387 or 13983414. OLE color: 13983414.

HSL color Cylindrical-coordinate representation of color #B65ED5: hue angle of 284.37º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65ED5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18294213-
CMYK0.150.5600.16
HSL284.37º58.62%60.2%-
HSV(B)284.37º55.87%83.53%-
XYZ35.322.7565.48-
YUV133.88172.65162.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 94 (37.11% from 255) = 19.22%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=37.22%
G=19.22%
B=43.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182942130.150.5600.16284.3758.6260.2
HexB65ED5F3801011c3b3c
Octal26613632517700204347374
Binary101101101011110110101011111111000010000100011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65ED5; }

 p { color: rgb(182,94,213); }

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

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

 a { background-color: rgb(182,94,213); }

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

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

 span { border-color: rgb(182,94,213); }

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