#B85DDB

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

Shades of Medium Orchid #B85DDB

Tints of Medium Orchid #B85DDB

Color information

#B85DDB (or 0xB85DDB) is unknown color: approx Medium Orchid. HEX triplet: B8, 5D and DB. RGB value is (184,93,219). Sum of RGB (Red+Green+Blue) = 184+93+219=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #B85DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DDB is #47A224. Grayscale: #868686. Windows color (decimal): -4694565 or 14376376. OLE color: 14376376.

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

Color convert

RGB18493219-
CMYK0.160.5800.14
HSL283.33º63.64%61.18%-
HSV(B)283.33º57.53%85.88%-
XYZ36.4723.1369.56-
YUV134.57175.65163.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=37.10%
G=18.75%
B=44.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184932190.160.5800.14283.3363.6461.18
HexB85DDB103A0E11b403d
Octal270135333207201643310075
Binary1011100010111011101101110000111010011101000110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85DDB; }

 p { color: rgb(184,93,219); }

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

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

 a { background-color: rgb(184,93,219); }

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

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

 span { border-color: rgb(184,93,219); }

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