#b72bd3

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

Shades of Dark Orchid #B72BD3

Tints of Dark Orchid #B72BD3

Color information

#B72BD3 (or 0xB72BD3) is unknown color: approx Dark Orchid. HEX triplet: B7, 2B and D3. RGB value is (183,43,211). Sum of RGB (Red+Green+Blue) = 183+43+211=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #B72BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BD3 is #48D42C. Grayscale: #676767. Windows color (decimal): -4772909 or 13839287. OLE color: 13839287.

HSL color Cylindrical-coordinate representation of color #B72BD3: hue angle of 290º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72BD3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18343211-
CMYK0.130.8000.17
HSL290º66.14%49.8%-
HSV(B)290º79.62%82.75%-
XYZ32.1516.563.12-
YUV104.01188.38184.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 43 (17.19% from 255) = 9.84%
BLUE value IS 211 (82.81% from 255) = 48.28%
R=41.88%
G=9.84%
B=48.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183432110.130.8000.1729066.1449.8
HexB72BD3D500111224232
Octal267533231512002144210262
Binary1011011110101111010011110110100000100011001000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72bd3; }

 p { color: rgb(183,43,211); }

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

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

 a { background-color: rgb(183,43,211); }

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

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

 span { border-color: rgb(183,43,211); }

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