#B624C2

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

Shades of Dark Orchid #B624C2

Tints of Dark Orchid #B624C2

Color information

#B624C2 (or 0xB624C2) is unknown color: approx Dark Orchid. HEX triplet: B6, 24 and C2. RGB value is (182,36,194). Sum of RGB (Red+Green+Blue) = 182+36+194=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #B624C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624C2 is #49DB3D. Grayscale: #616161. Windows color (decimal): -4840254 or 12723382. OLE color: 12723382.

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

Color convert

RGB18236194-
CMYK0.060.8100.24
HSL295.44º68.7%45.1%-
HSV(B)295.44º81.44%76.08%-
XYZ29.6615.152.39-
YUV97.67182.37188.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 194 (76.17% from 255) = 47.09%
R=44.17%
G=8.74%
B=47.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182361940.060.8100.24295.4468.745.1
HexB624C2651018127452d
Octal26644302612103044710555
Binary101101101001001100001011010100010110001001001111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B624C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B624C2; }

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

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

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

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

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

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

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

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