#B65ED8

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

Shades of Medium Orchid #B65ED8

Tints of Medium Orchid #B65ED8

Color information

#B65ED8 (or 0xB65ED8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and D8. RGB value is (182,94,216). Sum of RGB (Red+Green+Blue) = 182+94+216=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #B65ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ED8 is #49A127. Grayscale: #858585. Windows color (decimal): -4825384 or 14180022. OLE color: 14180022.

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

Color convert

RGB18294216-
CMYK0.160.5600.15
HSL283.28º61%60.78%-
HSV(B)283.28º56.48%84.71%-
XYZ35.6922.9167.51-
YUV134.22174.15162.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=36.99%
G=19.11%
B=43.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182942160.160.5600.15283.286160.78
HexB65ED810380F11b3d3d
Octal26613633020700174337575
Binary101101101011110110110001000011100001111100011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65ED8; }

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

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

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

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

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

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

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

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