#B626E0

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

Shades of Dark Orchid #B626E0

Tints of Dark Orchid #B626E0

Color information

#B626E0 (or 0xB626E0) is unknown color: approx Dark Orchid. HEX triplet: B6, 26 and E0. RGB value is (182,38,224). Sum of RGB (Red+Green+Blue) = 182+38+224=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #B626E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626E0 is #49D91F. Grayscale: #656565. Windows color (decimal): -4839712 or 14689974. OLE color: 14689974.

HSL color Cylindrical-coordinate representation of color #B626E0: hue angle of 286.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B626E0 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18238224-
CMYK0.190.8300.12
HSL286.45º75%51.37%-
HSV(B)286.45º83.04%87.84%-
XYZ33.4416.7171.98-
YUV102.26196.71184.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 38 (15.23% from 255) = 8.56%
BLUE value IS 224 (87.89% from 255) = 50.45%
R=40.99%
G=8.56%
B=50.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182382240.190.8300.12286.457551.37
HexB626E013530C11e4b33
Octal266463402312301443611363
Binary1011011010011011100000100111010011011001000111101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B626E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B626E0; }

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

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

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

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

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

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

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

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