#B158CC

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

Shades of Medium Orchid #B158CC

Tints of Medium Orchid #B158CC

Color information

#B158CC (or 0xB158CC) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and CC. RGB value is (177,88,204). Sum of RGB (Red+Green+Blue) = 177+88+204=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B158CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158CC is #4EA733. Grayscale: #7F7F7F. Windows color (decimal): -5154612 or 13392049. OLE color: 13392049.

HSL color Cylindrical-coordinate representation of color #B158CC: hue angle of 286.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B158CC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17788204-
CMYK0.130.5700.2
HSL286.03º53.21%57.25%-
HSV(B)286.03º56.86%80%-
XYZ32.5220.6959.41-
YUV127.84170.99163.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=37.74%
G=18.76%
B=43.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177882040.130.5700.2286.0353.2157.25
HexB158CCD3901411e3539
Octal26113031415710244366571
Binary101100011011000110011001101111001010100100011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158CC; }

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

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

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

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

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

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

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

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