#B726BF

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

Shades of Dark Orchid #B726BF

Tints of Dark Orchid #B726BF

Color information

#B726BF (or 0xB726BF) is unknown color: approx Dark Orchid. HEX triplet: B7, 26 and BF. RGB value is (183,38,191). Sum of RGB (Red+Green+Blue) = 183+38+191=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #B726BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BF is #48D940. Grayscale: #626262. Windows color (decimal): -4774209 or 12527287. OLE color: 12527287.

HSL color Cylindrical-coordinate representation of color #B726BF: hue angle of 296.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726BF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18338191-
CMYK0.040.8000.25
HSL296.86º66.81%44.9%-
HSV(B)296.86º80.1%74.9%-
XYZ29.6315.2250.67-
YUV98.8180.04188.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 38 (15.23% from 255) = 9.22%
BLUE value IS 191 (75% from 255) = 46.36%
R=44.42%
G=9.22%
B=46.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183381910.040.8000.25296.8666.8144.9
HexB726BF450019129432d
Octal26746277412003145110355
Binary101101111001101011111110010100000110011001010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B726BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B726BF; }

 p { color: rgb(183,38,191); }

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

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

 a { background-color: rgb(183,38,191); }

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

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

 span { border-color: rgb(183,38,191); }

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