#B62ABE

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

Shades of Dark Orchid #B62ABE

Tints of Dark Orchid #B62ABE

Color information

#B62ABE (or 0xB62ABE) is unknown color: approx Dark Orchid. HEX triplet: B6, 2A and BE. RGB value is (182,42,190). Sum of RGB (Red+Green+Blue) = 182+42+190=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B62ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ABE is #49D541. Grayscale: #646464. Windows color (decimal): -4838722 or 12462774. OLE color: 12462774.

HSL color Cylindrical-coordinate representation of color #B62ABE: hue angle of 296.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62ABE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18242190-
CMYK0.040.7800.25
HSL296.76º63.79%45.49%-
HSV(B)296.76º77.89%74.51%-
XYZ29.4115.3250.12-
YUV100.73178.38185.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=43.96%
G=10.14%
B=45.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182421900.040.7800.25296.7663.7945.49
HexB62ABE44E019129402d
Octal26652276411603145110055
Binary101101101010101011111010010011100110011001010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62ABE; }

 p { color: rgb(182,42,190); }

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

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

 a { background-color: rgb(182,42,190); }

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

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

 span { border-color: rgb(182,42,190); }

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