#b125af

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

Shades of Dark Orchid #B125AF

Tints of Dark Orchid #B125AF

Color information

#B125AF (or 0xB125AF) is unknown color: approx Dark Orchid. HEX triplet: B1, 25 and AF. RGB value is (177,37,175). Sum of RGB (Red+Green+Blue) = 177+37+175=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B125AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B125AF is #4EDA50. Grayscale: #5E5E5E. Windows color (decimal): -5167697 or 11478449. OLE color: 11478449.

HSL color Cylindrical-coordinate representation of color #B125AF: hue angle of 300.86º 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 #B125AF is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17737175-
CMYK00.790.010.31
HSL300.86º65.42%41.96%-
HSV(B)300.86º79.1%69.41%-
XYZ26.5313.7741.82-
YUV94.59173.38186.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 37 (14.84% from 255) = 9.51%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=45.50%
G=9.51%
B=44.99%

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
Decimal1773717500.790.010.31300.8665.4241.96
HexB125AF04F11F12d412a
Octal26145257011713745510152
Binary1011000110010110101111010011111111111001011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b125af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b125af; }

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

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

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

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

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

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

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

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