#B865D5

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

Shades of Medium Orchid #B865D5

Tints of Medium Orchid #B865D5

Color information

#B865D5 (or 0xB865D5) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and D5. RGB value is (184,101,213). Sum of RGB (Red+Green+Blue) = 184+101+213=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #B865D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865D5 is #479A2A. Grayscale: #8A8A8A. Windows color (decimal): -4692523 or 13985208. OLE color: 13985208.

HSL color Cylindrical-coordinate representation of color #B865D5: hue angle of 284.46º degrees, saturation: 0.57, 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 #B865D5 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184101213-
CMYK0.140.5300.16
HSL284.46º57.14%61.57%-
HSV(B)284.46º52.58%83.53%-
XYZ36.4324.365.72-
YUV138.58170160.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=36.95%
G=20.28%
B=42.77%

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
Decimal1841012130.140.5300.16284.4657.1461.57
HexB865D5E3501011c393e
Octal27014532516650204347176
Binary101110001100101110101011110110101010000100011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865D5; }

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

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

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

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

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

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

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

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