#B029B5

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

Shades of Dark Orchid #B029B5

Tints of Dark Orchid #B029B5

Color information

#B029B5 (or 0xB029B5) is unknown color: approx Dark Orchid. HEX triplet: B0, 29 and B5. RGB value is (176,41,181). Sum of RGB (Red+Green+Blue) = 176+41+181=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #B029B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029B5 is #4FD64A. Grayscale: #606060. Windows color (decimal): -5232203 or 11872688. OLE color: 11872688.

HSL color Cylindrical-coordinate representation of color #B029B5: hue angle of 297.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B029B5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17641181-
CMYK0.030.7700.29
HSL297.86º63.06%43.53%-
HSV(B)297.86º77.35%70.98%-
XYZ27.0414.1545.02-
YUV97.32175.23184.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 181 (71.09% from 255) = 45.48%
R=44.22%
G=10.30%
B=45.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176411810.030.7700.29297.8663.0643.53
HexB029B534D01D12a3f2c
Octal2605126531150354527754
Binary1011000010100110110101111001101011101100101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B029B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B029B5; }

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

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

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

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

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

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

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

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