#b321cc

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

Shades of Dark Orchid #B321CC

Tints of Dark Orchid #B321CC

Color information

#B321CC (or 0xB321CC) is unknown color: approx Dark Orchid. HEX triplet: B3, 21 and CC. RGB value is (179,33,204). Sum of RGB (Red+Green+Blue) = 179+33+204=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #B321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321CC is #4CDE33. Grayscale: #5F5F5F. Windows color (decimal): -5037620 or 13377971. OLE color: 13377971.

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

Color convert

RGB17933204-
CMYK0.120.8400.2
HSL291.23º72.15%46.47%-
HSV(B)291.23º83.82%80%-
XYZ30.0315.0358.45-
YUV96.15188.87187.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 33 (13.28% from 255) = 7.93%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=43.03%
G=7.93%
B=49.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179332040.120.8400.2291.2372.1546.47
HexB321CCC54014123482e
Octal263413141412402444311056
Binary1011001110000111001100110010101000101001001000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b321cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b321cc; }

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

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

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

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

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

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

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

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