#B65DD0

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

Shades of Medium Orchid #B65DD0

Tints of Medium Orchid #B65DD0

Color information

#B65DD0 (or 0xB65DD0) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and D0. RGB value is (182,93,208). Sum of RGB (Red+Green+Blue) = 182+93+208=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #B65DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD0 is #49A22F. Grayscale: #848484. Windows color (decimal): -4825648 or 13655478. OLE color: 13655478.

HSL color Cylindrical-coordinate representation of color #B65DD0: hue angle of 286.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65DD0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18293208-
CMYK0.120.5500.18
HSL286.43º55.02%59.02%-
HSV(B)286.43º55.29%81.57%-
XYZ34.5922.3362.16-
YUV132.72170.49163.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=37.68%
G=19.25%
B=43.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182932080.120.5500.18286.4355.0259.02
HexB65DD0C3701211e373b
Octal26613532014670224366773
Binary101101101011101110100001100110111010010100011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DD0; }

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

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

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

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

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

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

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

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