#B155CD

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

Shades of Medium Orchid #B155CD

Tints of Medium Orchid #B155CD

Color information

#B155CD (or 0xB155CD) is unknown color: approx Medium Orchid. HEX triplet: B1, 55 and CD. RGB value is (177,85,205). Sum of RGB (Red+Green+Blue) = 177+85+205=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #B155CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CD is #4EAA32. Grayscale: #7D7D7D. Windows color (decimal): -5155379 or 13456817. OLE color: 13456817.

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

Color convert

RGB17785205-
CMYK0.140.5900.20
HSL286º54.55%56.86%-
HSV(B)286º58.54%80.39%-
XYZ32.420.2559.96-
YUV126.19172.48164.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 85 (33.59% from 255) = 18.20%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=37.90%
G=18.20%
B=43.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177852050.140.5900.2028654.5556.86
HexB155CDE3B01411e3739
Octal26112531516730244366771
Binary101100011010101110011011110111011010100100011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155CD; }

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

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

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

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

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

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

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

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