#B124AC

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

Shades of Dark Orchid #B124AC

Tints of Dark Orchid #B124AC

Color information

#B124AC (or 0xB124AC) is unknown color: approx Dark Orchid. HEX triplet: B1, 24 and AC. RGB value is (177,36,172). Sum of RGB (Red+Green+Blue) = 177+36+172=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B124AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124AC is #4EDB53. Grayscale: #5D5D5D. Windows color (decimal): -5167956 or 11281585. OLE color: 11281585.

HSL color Cylindrical-coordinate representation of color #B124AC: hue angle of 302.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124AC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17736172-
CMYK00.800.030.31
HSL302.13º66.2%41.76%-
HSV(B)302.13º79.66%69.41%-
XYZ26.2113.5940.27-
YUV93.66172.21187.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 36 (14.45% from 255) = 9.35%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=45.97%
G=9.35%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773617200.800.030.31302.1366.241.76
HexB124AC05031F12e422a
Octal26144254012033745610252
Binary10110001100100101011000101000011111111001011101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B124AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B124AC; }

 p { color: rgb(177,36,172); }

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

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

 a { background-color: rgb(177,36,172); }

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

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

 span { border-color: rgb(177,36,172); }

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