#BA42CF

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

Shades of Medium Orchid #BA42CF

Tints of Medium Orchid #BA42CF

Color information

#BA42CF (or 0xBA42CF) is unknown color: approx Medium Orchid. HEX triplet: BA, 42 and CF. RGB value is (186,66,207). Sum of RGB (Red+Green+Blue) = 186+66+207=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CF is #45BD30. Grayscale: #757575. Windows color (decimal): -4570417 or 13583034. OLE color: 13583034.

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

Color convert

RGB18666207-
CMYK0.100.6800.19
HSL291.06º59.49%53.53%-
HSV(B)291.06º68.12%81.18%-
XYZ33.4618.8460.9-
YUV117.95178.26176.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=40.52%
G=14.38%
B=45.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186662070.100.6800.19291.0659.4953.53
HexBA42CFA440131233b36
Octal272102317121040234437366
Binary1011101010000101100111110101000100010011100100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42CF; }

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

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

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

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

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

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

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

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