#B129AF

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

Shades of Dark Orchid #B129AF

Tints of Dark Orchid #B129AF

Color information

#B129AF (or 0xB129AF) is unknown color: approx Dark Orchid. HEX triplet: B1, 29 and AF. RGB value is (177,41,175). Sum of RGB (Red+Green+Blue) = 177+41+175=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B129AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129AF is #4ED650. Grayscale: #606060. Windows color (decimal): -5166673 or 11479473. OLE color: 11479473.

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

Color convert

RGB17741175-
CMYK00.770.010.31
HSL300.88º62.39%42.75%-
HSV(B)300.88º76.84%69.41%-
XYZ26.6614.0341.86-
YUV96.94172.06185.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 41 (16.41% from 255) = 10.43%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=45.04%
G=10.43%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774117500.770.010.31300.8862.3942.75
HexB129AF04D11F12d3e2b
Octal2615125701151374557653
Binary101100011010011010111101001101111111100101101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B129AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B129AF; }

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

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

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

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

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

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

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

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