#B321C9

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

Shades of Dark Orchid #B321C9

Tints of Dark Orchid #B321C9

Color information

#B321C9 (or 0xB321C9) is unknown color: approx Dark Orchid. HEX triplet: B3, 21 and C9. RGB value is (179,33,201). Sum of RGB (Red+Green+Blue) = 179+33+201=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #B321C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321C9 is #4CDE36. Grayscale: #5F5F5F. Windows color (decimal): -5037623 or 13181363. OLE color: 13181363.

HSL color Cylindrical-coordinate representation of color #B321C9: hue angle of 292.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B321C9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17933201-
CMYK0.110.8400.21
HSL292.14º71.79%45.88%-
HSV(B)292.14º83.58%78.82%-
XYZ29.6814.8956.57-
YUV95.81187.37187.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 33 (13.28% from 255) = 7.99%
BLUE value IS 201 (78.91% from 255) = 48.67%
R=43.34%
G=7.99%
B=48.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179332010.110.8400.21292.1471.7945.88
HexB321C9B54015124482e
Octal263413111312402544411056
Binary1011001110000111001001101110101000101011001001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B321C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B321C9; }

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

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

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

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

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

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

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

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