#BA2FD7

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

Shades of Dark Orchid #BA2FD7

Tints of Dark Orchid #BA2FD7

Color information

#BA2FD7 (or 0xBA2FD7) is unknown color: approx Dark Orchid. HEX triplet: BA, 2F and D7. RGB value is (186,47,215). Sum of RGB (Red+Green+Blue) = 186+47+215=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA2FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FD7 is #45D028. Grayscale: #6B6B6B. Windows color (decimal): -4575273 or 14102458. OLE color: 14102458.

HSL color Cylindrical-coordinate representation of color #BA2FD7: hue angle of 289.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2FD7 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18647215-
CMYK0.130.7800.16
HSL289.64º67.74%51.37%-
HSV(B)289.64º78.14%84.31%-
XYZ33.5317.3865.88-
YUV107.71188.55183.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 47 (18.75% from 255) = 10.49%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=41.52%
G=10.49%
B=47.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186472150.130.7800.16289.6467.7451.37
HexBA2FD7D4E0101224433
Octal272573271511602044210463
Binary1011101010111111010111110110011100100001001000101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FD7; }

 p { color: rgb(186,47,215); }

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

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

 a { background-color: rgb(186,47,215); }

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

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

 span { border-color: rgb(186,47,215); }

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