#B129BD

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

Shades of Dark Orchid #B129BD

Tints of Dark Orchid #B129BD

Color information

#B129BD (or 0xB129BD) is unknown color: approx Dark Orchid. HEX triplet: B1, 29 and BD. RGB value is (177,41,189). Sum of RGB (Red+Green+Blue) = 177+41+189=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #B129BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129BD is #4ED642. Grayscale: #626262. Windows color (decimal): -5166659 or 12396977. OLE color: 12396977.

HSL color Cylindrical-coordinate representation of color #B129BD: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B129BD is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17741189-
CMYK0.060.7800.26
HSL295.14º64.35%45.1%-
HSV(B)295.14º78.31%74.12%-
XYZ28.1114.6149.48-
YUV98.54179.06183.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 41 (16.41% from 255) = 10.07%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=43.49%
G=10.07%
B=46.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177411890.060.7800.26295.1464.3545.1
HexB129BD64E01A127402d
Octal26151275611603244710055
Binary101100011010011011110111010011100110101001001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B129BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B129BD; }

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

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

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

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

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

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

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

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