#B728B9

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

Shades of Dark Orchid #B728B9

Tints of Dark Orchid #B728B9

Color information

#B728B9 (or 0xB728B9) is unknown color: approx Dark Orchid. HEX triplet: B7, 28 and B9. RGB value is (183,40,185). Sum of RGB (Red+Green+Blue) = 183+40+185=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #B728B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728B9 is #48D746. Grayscale: #626262. Windows color (decimal): -4773703 or 12134583. OLE color: 12134583.

HSL color Cylindrical-coordinate representation of color #B728B9: hue angle of 299.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B728B9 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18340185-
CMYK0.010.7800.27
HSL299.17º64.44%44.12%-
HSV(B)299.17º78.38%72.55%-
XYZ29.0415.0947.28-
YUV99.29176.38187.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 40 (16.02% from 255) = 9.80%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=44.85%
G=9.80%
B=45.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183401850.010.7800.27299.1764.4444.12
HexB728B914E01B12b402c
Octal26750271111603345310054
Binary1011011110100010111001110011100110111001010111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B728B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B728B9; }

 p { color: rgb(183,40,185); }

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

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

 a { background-color: rgb(183,40,185); }

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

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

 span { border-color: rgb(183,40,185); }

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