#B62DE5

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

Shades of Dark Orchid #B62DE5

Tints of Dark Orchid #B62DE5

Color information

#B62DE5 (or 0xB62DE5) is unknown color: approx Dark Orchid. HEX triplet: B6, 2D and E5. RGB value is (182,45,229). Sum of RGB (Red+Green+Blue) = 182+45+229=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #B62DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DE5 is #49D21A. Grayscale: #6A6A6A. Windows color (decimal): -4837915 or 15019446. OLE color: 15019446.

HSL color Cylindrical-coordinate representation of color #B62DE5: hue angle of 284.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62DE5 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18245229-
CMYK0.210.8000.10
HSL284.67º77.97%53.73%-
HSV(B)284.67º80.35%89.8%-
XYZ34.3717.4875.69-
YUV106.94196.89181.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 45 (17.97% from 255) = 9.87%
BLUE value IS 229 (89.84% from 255) = 50.22%
R=39.91%
G=9.87%
B=50.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182452290.210.8000.10284.6777.9753.73
HexB62DE515500A11d4e36
Octal266553452512001243511666
Binary1011011010110111100101101011010000010101000111011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62DE5; }

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

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

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

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

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

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

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

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