#b158cf

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

Shades of Medium Orchid #B158CF

Tints of Medium Orchid #B158CF

Color information

#B158CF (or 0xB158CF) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and CF. RGB value is (177,88,207). Sum of RGB (Red+Green+Blue) = 177+88+207=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B158CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158CF is #4EA730. Grayscale: #7F7F7F. Windows color (decimal): -5154609 or 13588657. OLE color: 13588657.

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

Color convert

RGB17788207-
CMYK0.140.5700.19
HSL284.87º55.35%57.84%-
HSV(B)284.87º57.49%81.18%-
XYZ32.8820.8361.32-
YUV128.18172.49162.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=37.5%
G=18.64%
B=43.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177882070.140.5700.19284.8755.3557.84
HexB158CFE3901311d373a
Octal26113031716710234356772
Binary101100011011000110011111110111001010011100011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b158cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b158cf; }

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

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

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

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

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

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

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

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