#B15BEB

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

Shades of Medium Orchid #B15BEB

Tints of Medium Orchid #B15BEB

Color information

#B15BEB (or 0xB15BEB) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and EB. RGB value is (177,91,235). Sum of RGB (Red+Green+Blue) = 177+91+235=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #B15BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BEB is #4EA414. Grayscale: #848484. Windows color (decimal): -5153813 or 15424433. OLE color: 15424433.

HSL color Cylindrical-coordinate representation of color #B15BEB: hue angle of 275.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15BEB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17791235-
CMYK0.250.6100.08
HSL275.83º78.26%63.92%-
HSV(B)275.83º61.28%92.16%-
XYZ36.8722.8381.06-
YUV133.13185.49159.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 235 (92.19% from 255) = 46.72%
R=35.19%
G=18.09%
B=46.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal177912350.250.6100.08275.8378.2663.92
HexB15BEB193D081144e40
Octal2611333533175010424116100
Binary10110001101101111101011110011111010100010001010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BEB; }

 p { color: rgb(177,91,235); }

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

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

 a { background-color: rgb(177,91,235); }

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

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

 span { border-color: rgb(177,91,235); }

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