#BA62F7

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

Shades of Medium Orchid #BA62F7

Tints of Medium Orchid #BA62F7

Color information

#BA62F7 (or 0xBA62F7) is unknown color: approx Medium Orchid. HEX triplet: BA, 62 and F7. RGB value is (186,98,247). Sum of RGB (Red+Green+Blue) = 186+98+247=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA62F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F7 is #459D08. Grayscale: #8C8C8C. Windows color (decimal): -4562185 or 16212666. OLE color: 16212666.

HSL color Cylindrical-coordinate representation of color #BA62F7: hue angle of 275.44º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA62F7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18698247-
CMYK0.250.6000.03
HSL275.44º90.3%67.65%-
HSV(B)275.44º60.32%96.86%-
XYZ41.4125.8990.81-
YUV141.3187.65159.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 98 (38.67% from 255) = 18.46%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=35.03%
G=18.46%
B=46.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186982470.250.6000.03275.4490.367.65
HexBA62F7193C031135a44
Octal272142367317403423132104
Binary101110101100010111101111100111110001110001001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62F7; }

 p { color: rgb(186,98,247); }

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

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

 a { background-color: rgb(186,98,247); }

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

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

 span { border-color: rgb(186,98,247); }

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