Html Css Color HEX #BA4AE9 Medium Orchid

📋 copy color: '#BA4AE9'

red 186 ◦ green 74 ◦ blue 233

#BA4AE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BA4AE9

Tints of Medium Orchid #BA4AE9

RGB

 RED value IS 186 (73.05% from 255) = 37.73%

 GREEN value IS 74 (29.3% from 255) = 15.01%

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 37.73%
G = 15.01%
B = 47.26%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA4AE9 (or 0xBA4AE9) is known color: Medium Orchid. HEX triplet: BA, 4A and E9. RGB value is (186,74,233). Sum of RGB (Red+Green+Blue) = 186+74+233=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AE9 is #45B516. Grayscale: #7D7D7D. Windows color (decimal): -4568343 or 15289018. OLE color: 15289018.

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

Color convert

RGB 186 74 233 -
CMYK 0.20 0.68 0 0.09
HSL 282.26º 0.78% 0.6% -
HSV(B) 282.26º 0.68% 0.91% -
XYZ 37.41 21.22 79.22 -
YUV 125.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 186 74 233 0.20 0.68 0 0.09 282.26 0.78 0.6
Hex BA 4A E9 14 44 0 9 11A 4E 3C
Octal 272 112 351 24 104 0 11 432 116 74
Binary 10111010 1001010 11101001 10100 1000100 0 1001 100011010 1001110 111100

Color Harmonies of #BA4AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AE9

Black with #BA4AE9

Text Example


Text Example

White with #BA4AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AE9; }

 p { color: rgb(186,74,233); }

 H1.HeaderClassName
 {
   color: #BA4AE9;
 }
 .AnyTagClassName
 {
   color: #BA4AE9;
 }
</style>

background-color css

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

 a { background-color: rgb(186,74,233); }

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

border-color css

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

 span { border-color: rgb(186,74,233); }

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