#B026B9

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

Shades of Dark Orchid #B026B9

Tints of Dark Orchid #B026B9

Color information

#B026B9 (or 0xB026B9) is unknown color: approx Dark Orchid. HEX triplet: B0, 26 and B9. RGB value is (176,38,185). Sum of RGB (Red+Green+Blue) = 176+38+185=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #B026B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026B9 is #4FD946. Grayscale: #5F5F5F. Windows color (decimal): -5232967 or 12134064. OLE color: 12134064.

HSL color Cylindrical-coordinate representation of color #B026B9: hue angle of 296.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B026B9 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17638185-
CMYK0.050.7900.27
HSL296.33º65.92%43.73%-
HSV(B)296.33º79.46%72.55%-
XYZ27.3514.1247.18-
YUV96.02178.22185.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=44.11%
G=9.52%
B=46.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176381850.050.7900.27296.3365.9243.73
HexB026B954F01B128422c
Octal26046271511703345010254
Binary101100001001101011100110110011110110111001010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026B9; }

 p { color: rgb(176,38,185); }

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

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

 a { background-color: rgb(176,38,185); }

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

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

 span { border-color: rgb(176,38,185); }

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