#B029BE

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

Shades of Dark Orchid #B029BE

Tints of Dark Orchid #B029BE

Color information

#B029BE (or 0xB029BE) is unknown color: approx Dark Orchid. HEX triplet: B0, 29 and BE. RGB value is (176,41,190). Sum of RGB (Red+Green+Blue) = 176+41+190=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B029BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029BE is #4FD641. Grayscale: #616161. Windows color (decimal): -5232194 or 12462512. OLE color: 12462512.

HSL color Cylindrical-coordinate representation of color #B029BE: hue angle of 294.36º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B029BE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17641190-
CMYK0.070.7800.25
HSL294.36º64.5%45.29%-
HSV(B)294.36º78.42%74.51%-
XYZ27.9914.5350.05-
YUV98.35179.73183.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 41 (16.41% from 255) = 10.07%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=43.24%
G=10.07%
B=46.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176411900.070.7800.25294.3664.545.29
HexB029BE74E019126412d
Octal26051276711603144610155
Binary101100001010011011111011110011100110011001001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B029BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B029BE; }

 p { color: rgb(176,41,190); }

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

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

 a { background-color: rgb(176,41,190); }

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

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

 span { border-color: rgb(176,41,190); }

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