#B855CD

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

Shades of Medium Orchid #B855CD

Tints of Medium Orchid #B855CD

Color information

#B855CD (or 0xB855CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 55 and CD. RGB value is (184,85,205). Sum of RGB (Red+Green+Blue) = 184+85+205=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B855CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CD is #47AA32. Grayscale: #7F7F7F. Windows color (decimal): -4696627 or 13456824. OLE color: 13456824.

HSL color Cylindrical-coordinate representation of color #B855CD: hue angle of 289.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B855CD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18485205-
CMYK0.100.5900.20
HSL289.5º54.55%56.86%-
HSV(B)289.5º58.54%80.39%-
XYZ34.0421.160.04-
YUV128.28171.3167.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=38.82%
G=17.93%
B=43.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184852050.100.5900.20289.554.5556.86
HexB855CDA3B0141223739
Octal27012531512730244426771
Binary101110001010101110011011010111011010100100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855CD; }

 p { color: rgb(184,85,205); }

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

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

 a { background-color: rgb(184,85,205); }

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

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

 span { border-color: rgb(184,85,205); }

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