#B826BF

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

Shades of Dark Orchid #B826BF

Tints of Dark Orchid #B826BF

Color information

#B826BF (or 0xB826BF) is unknown color: approx Dark Orchid. HEX triplet: B8, 26 and BF. RGB value is (184,38,191). Sum of RGB (Red+Green+Blue) = 184+38+191=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B826BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826BF is #47D940. Grayscale: #626262. Windows color (decimal): -4708673 or 12527288. OLE color: 12527288.

HSL color Cylindrical-coordinate representation of color #B826BF: hue angle of 297.25º 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 #B826BF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18438191-
CMYK0.040.8000.25
HSL297.25º66.81%44.9%-
HSV(B)297.25º80.1%74.9%-
XYZ29.8615.3450.68-
YUV99.1179.87188.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 38 (15.23% from 255) = 9.20%
BLUE value IS 191 (75% from 255) = 46.25%
R=44.55%
G=9.20%
B=46.25%

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
Decimal184381910.040.8000.25297.2566.8144.9
HexB826BF450019129432d
Octal27046277412003145110355
Binary101110001001101011111110010100000110011001010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826BF; }

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

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

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

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

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

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

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

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