#B03AE5

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

Shades of Dark Orchid #B03AE5

Tints of Dark Orchid #B03AE5

Color information

#B03AE5 (or 0xB03AE5) is unknown color: approx Dark Orchid. HEX triplet: B0, 3A and E5. RGB value is (176,58,229). Sum of RGB (Red+Green+Blue) = 176+58+229=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #B03AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03AE5 is #4FC51A. Grayscale: #707070. Windows color (decimal): -5227803 or 15022768. OLE color: 15022768.

HSL color Cylindrical-coordinate representation of color #B03AE5: hue angle of 281.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03AE5 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17658229-
CMYK0.230.7500.10
HSL281.4º76.68%56.27%-
HSV(B)281.4º74.67%89.8%-
XYZ33.5617.9175.82-
YUV112.78193.59173.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 58 (23.05% from 255) = 12.53%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=38.01%
G=12.53%
B=49.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176582290.230.7500.10281.476.6856.27
HexB03AE5174B0A1194d38
Octal260723452711301243111570
Binary1011000011101011100101101111001011010101000110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03AE5; }

 p { color: rgb(176,58,229); }

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

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

 a { background-color: rgb(176,58,229); }

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

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

 span { border-color: rgb(176,58,229); }

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