#B62EC2

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

Shades of Dark Orchid #B62EC2

Tints of Dark Orchid #B62EC2

Color information

#B62EC2 (or 0xB62EC2) is unknown color: approx Dark Orchid. HEX triplet: B6, 2E and C2. RGB value is (182,46,194). Sum of RGB (Red+Green+Blue) = 182+46+194=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #B62EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62EC2 is #49D13D. Grayscale: #676767. Windows color (decimal): -4837694 or 12725942. OLE color: 12725942.

HSL color Cylindrical-coordinate representation of color #B62EC2: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62EC2 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18246194-
CMYK0.060.7600.24
HSL295.14º61.67%47.06%-
HSV(B)295.14º76.29%76.08%-
XYZ30.0115.7952.51-
YUV103.54179.06183.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=43.13%
G=10.90%
B=45.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182461940.060.7600.24295.1461.6747.06
HexB62EC264C0181273e2f
Octal2665630261140304477657
Binary10110110101110110000101101001100011000100100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62EC2; }

 p { color: rgb(182,46,194); }

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

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

 a { background-color: rgb(182,46,194); }

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

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

 span { border-color: rgb(182,46,194); }

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