#B62AC3

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

Shades of Dark Orchid #B62AC3

Tints of Dark Orchid #B62AC3

Color information

#B62AC3 (or 0xB62AC3) is unknown color: approx Dark Orchid. HEX triplet: B6, 2A and C3. RGB value is (182,42,195). Sum of RGB (Red+Green+Blue) = 182+42+195=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #B62AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62AC3 is #49D53C. Grayscale: #646464. Windows color (decimal): -4838717 or 12790454. OLE color: 12790454.

HSL color Cylindrical-coordinate representation of color #B62AC3: hue angle of 294.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62AC3 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18242195-
CMYK0.070.7800.24
HSL294.9º64.56%46.47%-
HSV(B)294.9º78.46%76.47%-
XYZ29.9715.5453.05-
YUV101.3180.88185.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 42 (16.80% from 255) = 10.02%
BLUE value IS 195 (76.56% from 255) = 46.54%
R=43.44%
G=10.02%
B=46.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182421950.070.7800.24294.964.5646.47
HexB62AC374E018127412e
Octal26652303711603044710156
Binary101101101010101100001111110011100110001001001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62AC3; }

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

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

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

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

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

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

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

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