#B027BA

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

Shades of Dark Orchid #B027BA

Tints of Dark Orchid #B027BA

Color information

#B027BA (or 0xB027BA) is unknown color: approx Dark Orchid. HEX triplet: B0, 27 and BA. RGB value is (176,39,186). Sum of RGB (Red+Green+Blue) = 176+39+186=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B027BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027BA is #4FD845. Grayscale: #606060. Windows color (decimal): -5232710 or 12199856. OLE color: 12199856.

HSL color Cylindrical-coordinate representation of color #B027BA: hue angle of 295.92º 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 #B027BA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17639186-
CMYK0.050.7900.27
HSL295.92º65.33%44.12%-
HSV(B)295.92º79.03%72.94%-
XYZ27.4914.2347.75-
YUV96.72178.39184.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=43.89%
G=9.73%
B=46.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176391860.050.7900.27295.9265.3344.12
HexB027BA54F01B128412c
Octal26047272511703345010154
Binary101100001001111011101010110011110110111001010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B027BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B027BA; }

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

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

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

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

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

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

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

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