#B85CD7

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

Shades of Medium Orchid #B85CD7

Tints of Medium Orchid #B85CD7

Color information

#B85CD7 (or 0xB85CD7) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and D7. RGB value is (184,92,215). Sum of RGB (Red+Green+Blue) = 184+92+215=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #B85CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CD7 is #47A328. Grayscale: #858585. Windows color (decimal): -4694825 or 14113976. OLE color: 14113976.

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

Color convert

RGB18492215-
CMYK0.140.5700.16
HSL284.88º60.59%60.2%-
HSV(B)284.88º57.21%84.31%-
XYZ35.8622.7566.79-
YUV133.53173.98164-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=37.47%
G=18.74%
B=43.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184922150.140.5700.16284.8860.5960.2
HexB85CD7E3901011d3d3c
Octal27013432716710204357574
Binary101110001011100110101111110111001010000100011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CD7; }

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

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

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

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

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

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

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

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