#ba4fe8

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

Shades of Medium Orchid #BA4FE8

Tints of Medium Orchid #BA4FE8

Color information

#BA4FE8 (or 0xBA4FE8) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and E8. RGB value is (186,79,232). Sum of RGB (Red+Green+Blue) = 186+79+232=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA4FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FE8 is #45B017. Grayscale: #7F7F7F. Windows color (decimal): -4567064 or 15224762. OLE color: 15224762.

HSL color Cylindrical-coordinate representation of color #BA4FE8: hue angle of 281.96º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4FE8 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18679232-
CMYK0.200.6600.09
HSL281.96º76.88%60.98%-
HSV(B)281.96º65.95%90.98%-
XYZ37.6121.8678.58-
YUV128.44186.45169.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 79 (31.25% from 255) = 15.90%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=37.42%
G=15.90%
B=46.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186792320.200.6600.09281.9676.8860.98
HexBA4FE814420911a4d3d
Octal2721173502410201143211575
Binary10111010100111111101000101001000010010011000110101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4fe8; }

 p { color: rgb(186,79,232); }

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

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

 a { background-color: rgb(186,79,232); }

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

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

 span { border-color: rgb(186,79,232); }

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