#B323CC

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

Shades of Dark Orchid #B323CC

Tints of Dark Orchid #B323CC

Color information

#B323CC (or 0xB323CC) is unknown color: approx Dark Orchid. HEX triplet: B3, 23 and CC. RGB value is (179,35,204). Sum of RGB (Red+Green+Blue) = 179+35+204=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #B323CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323CC is #4CDC33. Grayscale: #606060. Windows color (decimal): -5037108 or 13378483. OLE color: 13378483.

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

Color convert

RGB17935204-
CMYK0.120.8300.2
HSL291.12º70.71%46.86%-
HSV(B)291.12º82.84%80%-
XYZ30.0915.1558.46-
YUV97.32188.21186.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 35 (14.06% from 255) = 8.37%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=42.82%
G=8.37%
B=48.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179352040.120.8300.2291.1270.7146.86
HexB323CCC53014123472f
Octal263433141412302444310757
Binary1011001110001111001100110010100110101001001000111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B323CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B323CC; }

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

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

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

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

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

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

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

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