#B321DC

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

Shades of Dark Orchid #B321DC

Tints of Dark Orchid #B321DC

Color information

#B321DC (or 0xB321DC) is unknown color: approx Dark Orchid. HEX triplet: B3, 21 and DC. RGB value is (179,33,220). Sum of RGB (Red+Green+Blue) = 179+33+220=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B321DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321DC is #4CDE23. Grayscale: #616161. Windows color (decimal): -5037604 or 14426547. OLE color: 14426547.

HSL color Cylindrical-coordinate representation of color #B321DC: hue angle of 286.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B321DC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17933220-
CMYK0.190.8500.14
HSL286.84º73.91%49.61%-
HSV(B)286.84º85%86.27%-
XYZ32.0515.8469.08-
YUV97.97196.87185.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=41.44%
G=7.64%
B=50.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179332200.190.8500.14286.8473.9149.61
HexB321DC13550E11f4a32
Octal263413342312501643711262
Binary1011001110000111011100100111010101011101000111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B321DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B321DC; }

 p { color: rgb(179,33,220); }

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

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

 a { background-color: rgb(179,33,220); }

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

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

 span { border-color: rgb(179,33,220); }

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