#B155CF

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

Shades of Medium Orchid #B155CF

Tints of Medium Orchid #B155CF

Color information

#B155CF (or 0xB155CF) is unknown color: approx Medium Orchid. HEX triplet: B1, 55 and CF. RGB value is (177,85,207). Sum of RGB (Red+Green+Blue) = 177+85+207=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B155CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CF is #4EAA30. Grayscale: #7E7E7E. Windows color (decimal): -5155377 or 13587889. OLE color: 13587889.

HSL color Cylindrical-coordinate representation of color #B155CF: hue angle of 285.25º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B155CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17785207-
CMYK0.140.5900.19
HSL285.25º55.96%57.25%-
HSV(B)285.25º58.94%81.18%-
XYZ32.6420.3561.24-
YUV126.42173.48164.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=37.74%
G=18.12%
B=44.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177852070.140.5900.19285.2555.9657.25
HexB155CFE3B01311d3839
Octal26112531716730234357071
Binary101100011010101110011111110111011010011100011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155CF; }

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

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

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

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

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

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

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

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