#B01DBA

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

Shades of Dark Orchid #B01DBA

Tints of Dark Orchid #B01DBA

Color information

#B01DBA (or 0xB01DBA) is unknown color: approx Dark Orchid. HEX triplet: B0, 1D and BA. RGB value is (176,29,186). Sum of RGB (Red+Green+Blue) = 176+29+186=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B01DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DBA is #4FE245. Grayscale: #5A5A5A. Windows color (decimal): -5235270 or 12197296. OLE color: 12197296.

HSL color Cylindrical-coordinate representation of color #B01DBA: hue angle of 296.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DBA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17629186-
CMYK0.050.8400.27
HSL296.18º73.02%42.16%-
HSV(B)296.18º84.41%72.94%-
XYZ27.2113.6547.66-
YUV90.85181.7188.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=45.01%
G=7.42%
B=47.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176291860.050.8400.27296.1873.0242.16
HexB01DBA55401B128492a
Octal26035272512403345011152
Binary10110000111011011101010110101000110111001010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01DBA; }

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

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

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

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

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

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

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

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