#B15CED

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

Shades of Medium Orchid #B15CED

Tints of Medium Orchid #B15CED

Color information

#B15CED (or 0xB15CED) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and ED. RGB value is (177,92,237). Sum of RGB (Red+Green+Blue) = 177+92+237=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B15CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CED is #4EA312. Grayscale: #858585. Windows color (decimal): -5153555 or 15555761. OLE color: 15555761.

HSL color Cylindrical-coordinate representation of color #B15CED: hue angle of 275.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15CED is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17792237-
CMYK0.250.6100.07
HSL275.17º80.11%64.51%-
HSV(B)275.17º61.18%92.94%-
XYZ37.2423.1282.62-
YUV133.94186.16158.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=34.98%
G=18.18%
B=46.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177922370.250.6100.07275.1780.1164.51
HexB15CED193D071135041
Octal261134355317507423120101
Binary1011000110111001110110111001111101011110001001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CED; }

 p { color: rgb(177,92,237); }

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

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

 a { background-color: rgb(177,92,237); }

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

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

 span { border-color: rgb(177,92,237); }

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