#B955CD

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

Shades of Medium Orchid #B955CD

Tints of Medium Orchid #B955CD

Color information

#B955CD (or 0xB955CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and CD. RGB value is (185,85,205). Sum of RGB (Red+Green+Blue) = 185+85+205=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B955CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CD is #46AA32. Grayscale: #808080. Windows color (decimal): -4631091 or 13456825. OLE color: 13456825.

HSL color Cylindrical-coordinate representation of color #B955CD: hue angle of 290º 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 #B955CD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18585205-
CMYK0.100.5900.20
HSL290º54.55%56.86%-
HSV(B)290º58.54%80.39%-
XYZ34.2821.2260.05-
YUV128.58171.13168.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=38.95%
G=17.89%
B=43.16%

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
Decimal185852050.100.5900.2029054.5556.86
HexB955CDA3B0141223739
Octal27112531512730244426771
Binary101110011010101110011011010111011010100100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955CD; }

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

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

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

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

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

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

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

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