#B729D7

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

Shades of Dark Orchid #B729D7

Tints of Dark Orchid #B729D7

Color information

#B729D7 (or 0xB729D7) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and D7. RGB value is (183,41,215). Sum of RGB (Red+Green+Blue) = 183+41+215=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #B729D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729D7 is #48D628. Grayscale: #666666. Windows color (decimal): -4773417 or 14100919. OLE color: 14100919.

HSL color Cylindrical-coordinate representation of color #B729D7: hue angle of 288.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B729D7 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18341215-
CMYK0.150.8100.16
HSL288.97º68.5%50.2%-
HSV(B)288.97º80.93%84.31%-
XYZ32.5916.5665.77-
YUV103.29191.04184.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 215 (84.38% from 255) = 48.97%
R=41.69%
G=9.34%
B=48.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183412150.150.8100.16288.9768.550.2
HexB729D7F510101214532
Octal267513271712102044110562
Binary1011011110100111010111111110100010100001001000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729D7; }

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

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

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

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

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

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

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

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