#B65CD8

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

Shades of Medium Orchid #B65CD8

Tints of Medium Orchid #B65CD8

Color information

#B65CD8 (or 0xB65CD8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and D8. RGB value is (182,92,216). Sum of RGB (Red+Green+Blue) = 182+92+216=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #B65CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CD8 is #49A327. Grayscale: #848484. Windows color (decimal): -4825896 or 14179510. OLE color: 14179510.

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

Color convert

RGB18292216-
CMYK0.160.5700.15
HSL283.55º61.39%60.39%-
HSV(B)283.55º57.41%84.71%-
XYZ35.5122.5667.45-
YUV133.05174.82162.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=37.14%
G=18.78%
B=44.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182922160.160.5700.15283.5561.3960.39
HexB65CD810390F11c3d3c
Octal26613433020710174347574
Binary101101101011100110110001000011100101111100011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CD8; }

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

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

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

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

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

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

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

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