#B15FDC

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

Shades of Medium Orchid #B15FDC

Tints of Medium Orchid #B15FDC

Color information

#B15FDC (or 0xB15FDC) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and DC. RGB value is (177,95,220). Sum of RGB (Red+Green+Blue) = 177+95+220=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B15FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDC is #4EA023. Grayscale: #858585. Windows color (decimal): -5152804 or 14442417. OLE color: 14442417.

HSL color Cylindrical-coordinate representation of color #B15FDC: hue angle of 279.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15FDC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17795220-
CMYK0.200.5700.14
HSL279.36º64.1%61.76%-
HSV(B)279.36º56.82%86.27%-
XYZ35.1422.770.24-
YUV133.77176.67158.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=35.98%
G=19.31%
B=44.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177952200.200.5700.14279.3664.161.76
HexB15FDC14390E117403e
Octal261137334247101642710076
Binary1011000110111111101110010100111001011101000101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FDC; }

 p { color: rgb(177,95,220); }

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

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

 a { background-color: rgb(177,95,220); }

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

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

 span { border-color: rgb(177,95,220); }

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