#B865D7

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

Shades of Medium Orchid #B865D7

Tints of Medium Orchid #B865D7

Color information

#B865D7 (or 0xB865D7) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and D7. RGB value is (184,101,215). Sum of RGB (Red+Green+Blue) = 184+101+215=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #B865D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865D7 is #479A28. Grayscale: #8A8A8A. Windows color (decimal): -4692521 or 14116280. OLE color: 14116280.

HSL color Cylindrical-coordinate representation of color #B865D7: hue angle of 283.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B865D7 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184101215-
CMYK0.140.5300.16
HSL283.68º58.76%61.96%-
HSV(B)283.68º53.02%84.31%-
XYZ36.6924.467.07-
YUV138.81171160.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 215 (84.38% from 255) = 43%
R=36.8%
G=20.2%
B=43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841012150.140.5300.16283.6858.7661.96
HexB865D7E3501011c3b3e
Octal27014532716650204347376
Binary101110001100101110101111110110101010000100011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865D7; }

 p { color: rgb(184,101,215); }

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

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

 a { background-color: rgb(184,101,215); }

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

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

 span { border-color: rgb(184,101,215); }

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