Html Css Color HEX #BA4EC9 Medium Orchid

📋 copy color: '#BA4EC9'

red 186 ◦ green 78 ◦ blue 201

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

Shades of Medium Orchid #BA4EC9

Tints of Medium Orchid #BA4EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 40%
G = 16.77%
B = 43.23%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4EC9 (or 0xBA4EC9) is known color: Medium Orchid. HEX triplet: BA, 4E and C9. RGB value is (186,78,201). Sum of RGB (Red+Green+Blue) = 186+78+201=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC9 is #45B136. Grayscale: #7B7B7B. Windows color (decimal): -4567351 or 13192890. OLE color: 13192890.

HSL color Cylindrical-coordinate representation of color #BA4EC9: hue angle of 292.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4EC9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 78 201 -
CMYK 0.07 0.61 0 0.21
HSL 292.68º 0.53% 0.55% -
HSV(B) 292.68º 0.61% 0.79% -
XYZ 33.52 20.1 57.37 -
YUV 124.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 186 78 201 0.07 0.61 0 0.21 292.68 0.53 0.55
Hex BA 4E C9 7 3D 0 15 125 35 37
Octal 272 116 311 7 75 0 25 445 65 67
Binary 10111010 1001110 11001001 111 111101 0 10101 100100101 110101 110111

Color Harmonies of #BA4EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EC9

Black with #BA4EC9

Text Example


Text Example

White with #BA4EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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