#BA34CF

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

Shades of Medium Orchid #BA34CF

Tints of Medium Orchid #BA34CF

Color information

#BA34CF (or 0xBA34CF) is unknown color: approx Medium Orchid. HEX triplet: BA, 34 and CF. RGB value is (186,52,207). Sum of RGB (Red+Green+Blue) = 186+52+207=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34CF is #45CB30. Grayscale: #6D6D6D. Windows color (decimal): -4574001 or 13579450. OLE color: 13579450.

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

Color convert

RGB18652207-
CMYK0.100.7500.19
HSL291.87º61.75%50.78%-
HSV(B)291.87º74.88%81.18%-
XYZ32.7417.460.66-
YUV109.74182.89182.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 52 (20.70% from 255) = 11.69%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=41.80%
G=11.69%
B=46.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186522070.100.7500.19291.8761.7550.78
HexBA34CFA4B0131243e33
Octal27264317121130234447663
Binary101110101101001100111110101001011010011100100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34CF; }

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

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

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

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

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

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

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

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