#b426bb

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

Shades of Dark Orchid #B426BB

Tints of Dark Orchid #B426BB

Color information

#B426BB (or 0xB426BB) is unknown color: approx Dark Orchid. HEX triplet: B4, 26 and BB. RGB value is (180,38,187). Sum of RGB (Red+Green+Blue) = 180+38+187=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #B426BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BB is #4BD944. Grayscale: #606060. Windows color (decimal): -4970821 or 12265140. OLE color: 12265140.

HSL color Cylindrical-coordinate representation of color #B426BB: hue angle of 297.18º 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 #B426BB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18038187-
CMYK0.040.8000.27
HSL297.18º66.22%44.12%-
HSV(B)297.18º79.68%73.33%-
XYZ28.4914.6848.35-
YUV97.44178.54186.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=44.44%
G=9.38%
B=46.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180381870.040.8000.27297.1866.2244.12
HexB426BB45001B129422c
Octal26446273412003345110254
Binary101101001001101011101110010100000110111001010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b426bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b426bb; }

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

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

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

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

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

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

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

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