#B65DC6

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

Shades of Medium Orchid #B65DC6

Tints of Medium Orchid #B65DC6

Color information

#B65DC6 (or 0xB65DC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and C6. RGB value is (182,93,198). Sum of RGB (Red+Green+Blue) = 182+93+198=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B65DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DC6 is #49A239. Grayscale: #838383. Windows color (decimal): -4825658 or 13000118. OLE color: 13000118.

HSL color Cylindrical-coordinate representation of color #B65DC6: hue angle of 290.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65DC6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18293198-
CMYK0.080.5300.22
HSL290.86º47.95%57.06%-
HSV(B)290.86º53.03%77.65%-
XYZ33.421.8555.88-
YUV131.58165.49163.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=38.48%
G=19.66%
B=41.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182931980.080.5300.22290.8647.9557.06
HexB65DC68350161233039
Octal26613530610650264436071
Binary101101101011101110001101000110101010110100100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DC6; }

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

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

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

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

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

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

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

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