#B62ADD

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

Shades of Dark Orchid #B62ADD

Tints of Dark Orchid #B62ADD

Color information

#B62ADD (or 0xB62ADD) is unknown color: approx Dark Orchid. HEX triplet: B6, 2A and DD. RGB value is (182,42,221). Sum of RGB (Red+Green+Blue) = 182+42+221=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B62ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ADD is #49D522. Grayscale: #676767. Windows color (decimal): -4838691 or 14494390. OLE color: 14494390.

HSL color Cylindrical-coordinate representation of color #B62ADD: hue angle of 286.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62ADD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18242221-
CMYK0.180.8100.13
HSL286.93º72.47%51.57%-
HSV(B)286.93º81%86.67%-
XYZ33.1716.8269.91-
YUV104.27193.88183.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 42 (16.80% from 255) = 9.44%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=40.90%
G=9.44%
B=49.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182422210.180.8100.13286.9372.4751.57
HexB62ADD12510D11f4834
Octal266523352212101543711064
Binary1011011010101011011101100101010001011011000111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62ADD; }

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

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

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

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

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

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

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

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