#B026BB

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

Shades of Dark Orchid #B026BB

Tints of Dark Orchid #B026BB

Color information

#B026BB (or 0xB026BB) is unknown color: approx Dark Orchid. HEX triplet: B0, 26 and BB. RGB value is (176,38,187). Sum of RGB (Red+Green+Blue) = 176+38+187=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #B026BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026BB is #4FD944. Grayscale: #5F5F5F. Windows color (decimal): -5232965 or 12265136. OLE color: 12265136.

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

Color convert

RGB17638187-
CMYK0.060.8000.27
HSL295.57º66.22%44.12%-
HSV(B)295.57º79.68%73.33%-
XYZ27.5714.248.3-
YUV96.25179.22184.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=43.89%
G=9.48%
B=46.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176381870.060.8000.27295.5766.2244.12
HexB026BB65001B128422c
Octal26046273612003345010254
Binary101100001001101011101111010100000110111001010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026BB; }

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

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

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

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

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

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

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

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