#B62DE0

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

Shades of Dark Orchid #B62DE0

Tints of Dark Orchid #B62DE0

Color information

#B62DE0 (or 0xB62DE0) is unknown color: approx Dark Orchid. HEX triplet: B6, 2D and E0. RGB value is (182,45,224). Sum of RGB (Red+Green+Blue) = 182+45+224=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #B62DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DE0 is #49D21F. Grayscale: #696969. Windows color (decimal): -4837920 or 14691766. OLE color: 14691766.

HSL color Cylindrical-coordinate representation of color #B62DE0: hue angle of 285.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62DE0 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18245224-
CMYK0.190.8000.12
HSL285.92º74.27%52.75%-
HSV(B)285.92º79.91%87.84%-
XYZ33.6817.272.07-
YUV106.37194.39181.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=40.35%
G=9.98%
B=49.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182452240.190.8000.12285.9274.2752.75
HexB62DE013500C11e4a35
Octal266553402312001443611265
Binary1011011010110111100000100111010000011001000111101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DE0; }

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

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

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

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

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

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

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

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