Html Css Color HEX #BA4EE9 Medium Orchid

📋 copy color: '#BA4EE9'

red 186 ◦ green 78 ◦ blue 233

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

Shades of Medium Orchid #BA4EE9

Tints of Medium Orchid #BA4EE9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.69%

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

R = 37.42%
G = 15.69%
B = 46.88%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA4EE9 (or 0xBA4EE9) is known color: Medium Orchid. HEX triplet: BA, 4E and E9. RGB value is (186,78,233). Sum of RGB (Red+Green+Blue) = 186+78+233=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EE9 is #45B116. Grayscale: #7F7F7F. Windows color (decimal): -4567319 or 15290042. OLE color: 15290042.

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

Color convert

RGB 186 78 233 -
CMYK 0.20 0.67 0 0.09
HSL 281.81º 0.78% 0.61% -
HSV(B) 281.81º 0.67% 0.91% -
XYZ 37.68 21.77 79.31 -
YUV 127.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 186 78 233 0.20 0.67 0 0.09 281.81 0.78 0.61
Hex BA 4E E9 14 43 0 9 11A 4E 3D
Octal 272 116 351 24 103 0 11 432 116 75
Binary 10111010 1001110 11101001 10100 1000011 0 1001 100011010 1001110 111101

Color Harmonies of #BA4EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EE9

Black with #BA4EE9

Text Example


Text Example

White with #BA4EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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