#BA74EA

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

Shades of Medium Orchid #BA74EA

Tints of Medium Orchid #BA74EA

Color information

#BA74EA (or 0xBA74EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and EA. RGB value is (186,116,234). Sum of RGB (Red+Green+Blue) = 186+116+234=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74EA is #458B15. Grayscale: #959595. Windows color (decimal): -4557590 or 15365306. OLE color: 15365306.

HSL color Cylindrical-coordinate representation of color #BA74EA: hue angle of 275.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA74EA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186116234-
CMYK0.210.5000.08
HSL275.59º73.75%68.63%-
HSV(B)275.59º50.43%91.76%-
XYZ41.3528.8781.24-
YUV150.38175.19153.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=34.70%
G=21.64%
B=43.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861162340.210.5000.08275.5973.7568.63
HexBA74EA1532081144a45
Octal2721643522562010424112105
Binary10111010111010011101010101011100100100010001010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74EA; }

 p { color: rgb(186,116,234); }

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

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

 a { background-color: rgb(186,116,234); }

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

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

 span { border-color: rgb(186,116,234); }

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