#B15ACC

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

Shades of Medium Orchid #B15ACC

Tints of Medium Orchid #B15ACC

Color information

#B15ACC (or 0xB15ACC) is unknown color: approx Medium Orchid. HEX triplet: B1, 5A and CC. RGB value is (177,90,204). Sum of RGB (Red+Green+Blue) = 177+90+204=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B15ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ACC is #4EA533. Grayscale: #808080. Windows color (decimal): -5154100 or 13392561. OLE color: 13392561.

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

Color convert

RGB17790204-
CMYK0.130.5600.2
HSL285.79º52.78%57.65%-
HSV(B)285.79º55.88%80%-
XYZ32.6921.0259.46-
YUV129.01170.32162.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=37.58%
G=19.11%
B=43.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177902040.130.5600.2285.7952.7857.65
HexB15ACCD3801411e353a
Octal26113231415700244366572
Binary101100011011010110011001101111000010100100011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15ACC; }

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

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

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

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

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

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

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

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