#B026AE

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

Shades of Dark Orchid #B026AE

Tints of Dark Orchid #B026AE

Color information

#B026AE (or 0xB026AE) is unknown color: approx Dark Orchid. HEX triplet: B0, 26 and AE. RGB value is (176,38,174). Sum of RGB (Red+Green+Blue) = 176+38+174=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B026AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B026AE is #4FD951. Grayscale: #5E5E5E. Windows color (decimal): -5232978 or 11413168. OLE color: 11413168.

HSL color Cylindrical-coordinate representation of color #B026AE: hue angle of 300.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B026AE is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17638174-
CMYK00.780.010.31
HSL300.87º64.49%41.96%-
HSV(B)300.87º78.41%69.02%-
XYZ26.2413.6741.3-
YUV94.77172.72185.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=45.36%
G=9.79%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763817400.780.010.31300.8764.4941.96
HexB026AE04E11F12d402a
Octal26046256011613745510052
Binary1011000010011010101110010011101111111001011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026AE; }

 p { color: rgb(176,38,174); }

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

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

 a { background-color: rgb(176,38,174); }

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

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

 span { border-color: rgb(176,38,174); }

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