#B626E9

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

Shades of Dark Orchid #B626E9

Tints of Dark Orchid #B626E9

Color information

#B626E9 (or 0xB626E9) is unknown color: approx Dark Orchid. HEX triplet: B6, 26 and E9. RGB value is (182,38,233). Sum of RGB (Red+Green+Blue) = 182+38+233=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #B626E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B626E9 is #49D916. Grayscale: #666666. Windows color (decimal): -4839703 or 15279798. OLE color: 15279798.

HSL color Cylindrical-coordinate representation of color #B626E9: hue angle of 284.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B626E9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18238233-
CMYK0.220.8400.09
HSL284.31º81.59%53.14%-
HSV(B)284.31º83.69%91.37%-
XYZ34.6917.2178.59-
YUV103.29201.21184.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 38 (15.23% from 255) = 8.39%
BLUE value IS 233 (91.41% from 255) = 51.43%
R=40.18%
G=8.39%
B=51.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182382330.220.8400.09284.3181.5953.14
HexB626E916540911c5235
Octal266463512612401143412265
Binary1011011010011011101001101101010100010011000111001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B626E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B626E9; }

 p { color: rgb(182,38,233); }

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

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

 a { background-color: rgb(182,38,233); }

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

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

 span { border-color: rgb(182,38,233); }

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