#B155D4

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

Shades of Medium Orchid #B155D4

Tints of Medium Orchid #B155D4

Color information

#B155D4 (or 0xB155D4) is unknown color: approx Medium Orchid. HEX triplet: B1, 55 and D4. RGB value is (177,85,212). Sum of RGB (Red+Green+Blue) = 177+85+212=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #B155D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155D4 is #4EAA2B. Grayscale: #7E7E7E. Windows color (decimal): -5155372 or 13915569. OLE color: 13915569.

HSL color Cylindrical-coordinate representation of color #B155D4: hue angle of 283.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B155D4 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17785212-
CMYK0.170.6000.17
HSL283.46º59.62%58.24%-
HSV(B)283.46º59.91%83.14%-
XYZ33.2620.664.51-
YUV126.99175.98163.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=37.34%
G=17.93%
B=44.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177852120.170.6000.17283.4659.6258.24
HexB155D4113C01111b3c3a
Octal26112532421740214337472
Binary1011000110101011101010010001111100010001100011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155D4; }

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

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

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

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

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

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

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

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