#B65CD1

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

Shades of Medium Orchid #B65CD1

Tints of Medium Orchid #B65CD1

Color information

#B65CD1 (or 0xB65CD1) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and D1. RGB value is (182,92,209). Sum of RGB (Red+Green+Blue) = 182+92+209=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #B65CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CD1 is #49A32E. Grayscale: #838383. Windows color (decimal): -4825903 or 13720758. OLE color: 13720758.

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

Color convert

RGB18292209-
CMYK0.130.5600.18
HSL286.15º55.98%59.02%-
HSV(B)286.15º55.98%81.96%-
XYZ34.6322.262.78-
YUV132.25171.32163.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=37.68%
G=19.05%
B=43.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182922090.130.5600.18286.1555.9859.02
HexB65CD1D3801211e383b
Octal26613432115700224367073
Binary101101101011100110100011101111000010010100011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CD1; }

 p { color: rgb(182,92,209); }

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

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

 a { background-color: rgb(182,92,209); }

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

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

 span { border-color: rgb(182,92,209); }

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