#B65DD6

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

Shades of Medium Orchid #B65DD6

Tints of Medium Orchid #B65DD6

Color information

#B65DD6 (or 0xB65DD6) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and D6. RGB value is (182,93,214). Sum of RGB (Red+Green+Blue) = 182+93+214=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #B65DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD6 is #49A229. Grayscale: #858585. Windows color (decimal): -4825642 or 14048694. OLE color: 14048694.

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

Color convert

RGB18293214-
CMYK0.150.5700.16
HSL284.13º59.61%60.2%-
HSV(B)284.13º56.54%83.92%-
XYZ35.3422.6366.12-
YUV133.4173.49162.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 214 (83.98% from 255) = 43.76%
R=37.22%
G=19.02%
B=43.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182932140.150.5700.16284.1359.6160.2
HexB65DD6F3901011c3c3c
Octal26613532617710204347474
Binary101101101011101110101101111111001010000100011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DD6; }

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

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

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

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

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

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

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

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