#BA30CF

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

Shades of Dark Orchid #BA30CF

Tints of Dark Orchid #BA30CF

Color information

#BA30CF (or 0xBA30CF) is unknown color: approx Dark Orchid. HEX triplet: BA, 30 and CF. RGB value is (186,48,207). Sum of RGB (Red+Green+Blue) = 186+48+207=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30CF is #45CF30. Grayscale: #6A6A6A. Windows color (decimal): -4575025 or 13578426. OLE color: 13578426.

HSL color Cylindrical-coordinate representation of color #BA30CF: hue angle of 292.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA30CF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18648207-
CMYK0.100.7700.19
HSL292.08º62.35%50%-
HSV(B)292.08º76.81%81.18%-
XYZ32.5717.0660.61-
YUV107.39184.22184.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=42.18%
G=10.88%
B=46.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186482070.100.7700.19292.0862.3550
HexBA30CFA4D0131243e32
Octal27260317121150234447662
Binary101110101100001100111110101001101010011100100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30CF; }

 p { color: rgb(186,48,207); }

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

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

 a { background-color: rgb(186,48,207); }

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

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

 span { border-color: rgb(186,48,207); }

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