#B026BF

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

Shades of Dark Orchid #B026BF

Tints of Dark Orchid #B026BF

Color information

#B026BF (or 0xB026BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 26 and BF. RGB value is (176,38,191). Sum of RGB (Red+Green+Blue) = 176+38+191=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #B026BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026BF is #4FD940. Grayscale: #606060. Windows color (decimal): -5232961 or 12527280. OLE color: 12527280.

HSL color Cylindrical-coordinate representation of color #B026BF: hue angle of 294.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B026BF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17638191-
CMYK0.080.8000.25
HSL294.12º66.81%44.9%-
HSV(B)294.12º80.1%74.9%-
XYZ2814.3850.59-
YUV96.7181.22184.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 191 (75% from 255) = 47.16%
R=43.46%
G=9.38%
B=47.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176381910.080.8000.25294.1266.8144.9
HexB026BF850019126432d
Octal260462771012003144610355
Binary1011000010011010111111100010100000110011001001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026BF; }

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

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

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

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

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

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

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

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