#B827BA

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

Shades of Dark Orchid #B827BA

Tints of Dark Orchid #B827BA

Color information

#B827BA (or 0xB827BA) is unknown color: approx Dark Orchid. HEX triplet: B8, 27 and BA. RGB value is (184,39,186). Sum of RGB (Red+Green+Blue) = 184+39+186=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B827BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827BA is #47D845. Grayscale: #626262. Windows color (decimal): -4708422 or 12199864. OLE color: 12199864.

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

Color convert

RGB18439186-
CMYK0.010.7900.27
HSL299.18º65.33%44.12%-
HSV(B)299.18º79.03%72.94%-
XYZ29.3615.1947.84-
YUV99.11177.04188.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=44.99%
G=9.54%
B=45.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184391860.010.7900.27299.1865.3344.12
HexB827BA14F01B12b412c
Octal27047272111703345310154
Binary1011100010011110111010110011110110111001010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B827BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B827BA; }

 p { color: rgb(184,39,186); }

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

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

 a { background-color: rgb(184,39,186); }

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

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

 span { border-color: rgb(184,39,186); }

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