#B729C2

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

Shades of Dark Orchid #B729C2

Tints of Dark Orchid #B729C2

Color information

#B729C2 (or 0xB729C2) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and C2. RGB value is (183,41,194). Sum of RGB (Red+Green+Blue) = 183+41+194=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #B729C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729C2 is #48D63D. Grayscale: #646464. Windows color (decimal): -4773438 or 12724663. OLE color: 12724663.

HSL color Cylindrical-coordinate representation of color #B729C2: hue angle of 295.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B729C2 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18341194-
CMYK0.060.7900.24
HSL295.69º65.11%46.08%-
HSV(B)295.69º78.87%76.08%-
XYZ30.0615.5552.46-
YUV100.9180.54186.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 194 (76.17% from 255) = 46.41%
R=43.78%
G=9.81%
B=46.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183411940.060.7900.24295.6965.1146.08
HexB729C264F018128412e
Octal26751302611703045010156
Binary101101111010011100001011010011110110001001010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729C2; }

 p { color: rgb(183,41,194); }

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

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

 a { background-color: rgb(183,41,194); }

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

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

 span { border-color: rgb(183,41,194); }

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