#B65DD8

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

Shades of Medium Orchid #B65DD8

Tints of Medium Orchid #B65DD8

Color information

#B65DD8 (or 0xB65DD8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and D8. RGB value is (182,93,216). Sum of RGB (Red+Green+Blue) = 182+93+216=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #B65DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD8 is #49A227. Grayscale: #858585. Windows color (decimal): -4825640 or 14179766. OLE color: 14179766.

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

Color convert

RGB18293216-
CMYK0.160.5700.15
HSL283.41º61.19%60.59%-
HSV(B)283.41º56.94%84.71%-
XYZ35.622.7367.48-
YUV133.63174.49162.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=37.07%
G=18.94%
B=43.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182932160.160.5700.15283.4161.1960.59
HexB65DD810390F11b3d3d
Octal26613533020710174337575
Binary101101101011101110110001000011100101111100011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DD8; }

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

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

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

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

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

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

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

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