#832BC0

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

Shades of Dark Orchid #832BC0

Tints of Dark Orchid #832BC0

Color information

#832BC0 (or 0x832BC0) is unknown color: approx Dark Orchid. HEX triplet: 83, 2B and C0. RGB value is (131,43,192). Sum of RGB (Red+Green+Blue) = 131+43+192=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #832BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BC0 is #7CD43F. Grayscale: #555555. Windows color (decimal): -8180800 or 12594051. OLE color: 12594051.

HSL color Cylindrical-coordinate representation of color #832BC0: hue angle of 275.44º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832BC0 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13143192-
CMYK0.320.7800.25
HSL275.44º63.4%46.08%-
HSV(B)275.44º77.6%75.29%-
XYZ19.7410.3650.83-
YUV86.3187.65159.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 43 (17.19% from 255) = 11.75%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=35.79%
G=11.75%
B=52.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131431920.320.7800.25275.4463.446.08
Hex832BC0204E0191133f2e
Octal20353300401160314237756
Binary10000011101011110000001000001001110011001100010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832BC0; }

 p { color: rgb(131,43,192); }

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

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

 a { background-color: rgb(131,43,192); }

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

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

 span { border-color: rgb(131,43,192); }

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