#B65DCD

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

Shades of Medium Orchid #B65DCD

Tints of Medium Orchid #B65DCD

Color information

#B65DCD (or 0xB65DCD) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and CD. RGB value is (182,93,205). Sum of RGB (Red+Green+Blue) = 182+93+205=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DCD is #49A232. Grayscale: #848484. Windows color (decimal): -4825651 or 13458870. OLE color: 13458870.

HSL color Cylindrical-coordinate representation of color #B65DCD: hue angle of 287.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65DCD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18293205-
CMYK0.110.5500.20
HSL287.68º52.83%58.43%-
HSV(B)287.68º54.63%80.39%-
XYZ34.2322.1860.24-
YUV132.38168.99163.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=37.92%
G=19.38%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182932050.110.5500.20287.6852.8358.43
HexB65DCDB37014120353a
Octal26613531513670244406572
Binary101101101011101110011011011110111010100100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DCD; }

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

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

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

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

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

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

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

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