#B123AE

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

Shades of Dark Orchid #B123AE

Tints of Dark Orchid #B123AE

Color information

#B123AE (or 0xB123AE) is unknown color: approx Dark Orchid. HEX triplet: B1, 23 and AE. RGB value is (177,35,174). Sum of RGB (Red+Green+Blue) = 177+35+174=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B123AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123AE is #4EDC51. Grayscale: #5C5C5C. Windows color (decimal): -5168210 or 11412401. OLE color: 11412401.

HSL color Cylindrical-coordinate representation of color #B123AE: hue angle of 301.27º degrees, saturation: 0.67, 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 #B123AE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17735174-
CMYK00.800.020.31
HSL301.27º66.98%41.57%-
HSV(B)301.27º80.23%69.41%-
XYZ26.3713.6141.28-
YUV93.3173.54187.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 35 (14.06% from 255) = 9.07%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=45.85%
G=9.07%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773517400.800.020.31301.2766.9841.57
HexB123AE05021F12d432a
Octal26143256012023745510352
Binary10110001100011101011100101000010111111001011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B123AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B123AE; }

 p { color: rgb(177,35,174); }

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

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

 a { background-color: rgb(177,35,174); }

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

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

 span { border-color: rgb(177,35,174); }

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