#B025AF

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

Shades of Dark Orchid #B025AF

Tints of Dark Orchid #B025AF

Color information

#B025AF (or 0xB025AF) is unknown color: approx Dark Orchid. HEX triplet: B0, 25 and AF. RGB value is (176,37,175). Sum of RGB (Red+Green+Blue) = 176+37+175=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B025AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B025AF is #4FDA50. Grayscale: #5D5D5D. Windows color (decimal): -5233233 or 11478448. OLE color: 11478448.

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

Color convert

RGB17637175-
CMYK00.790.010.31
HSL300.43º65.26%41.76%-
HSV(B)300.43º78.98%69.02%-
XYZ26.313.6541.81-
YUV94.29173.55186.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 37 (14.84% from 255) = 9.54%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=45.36%
G=9.54%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763717500.790.010.31300.4365.2641.76
HexB025AF04F11F12c412a
Octal26045257011713745410152
Binary1011000010010110101111010011111111111001011001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B025AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B025AF; }

 p { color: rgb(176,37,175); }

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

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

 a { background-color: rgb(176,37,175); }

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

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

 span { border-color: rgb(176,37,175); }

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