Html Css Color HEX #BA6EE1 Medium Orchid

📋 copy color: '#BA6EE1'

red 186 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #BA6EE1

Tints of Medium Orchid #BA6EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 35.7%
G = 21.11%
B = 43.19%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA6EE1 (or 0xBA6EE1) is known color: Medium Orchid. HEX triplet: BA, 6E and E1. RGB value is (186,110,225). Sum of RGB (Red+Green+Blue) = 186+110+225=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EE1 is #45911E. Grayscale: #919191. Windows color (decimal): -4559135 or 14773946. OLE color: 14773946.

HSL color Cylindrical-coordinate representation of color #BA6EE1: hue angle of 279.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6EE1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 110 225 -
CMYK 0.17 0.51 0 0.12
HSL 279.65º 0.66% 0.66% -
HSV(B) 279.65º 0.51% 0.88% -
XYZ 39.42 27.03 74.37 -
YUV 145.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 186 110 225 0.17 0.51 0 0.12 279.65 0.66 0.66
Hex BA 6E E1 11 33 0 C 118 42 42
Octal 272 156 341 21 63 0 14 430 102 102
Binary 10111010 1101110 11100001 10001 110011 0 1100 100011000 1000010 1000010

Color Harmonies of #BA6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EE1

Black with #BA6EE1

Text Example


Text Example

White with #BA6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EE1; }

 p { color: rgb(186,110,225); }

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

background-color css

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

 a { background-color: rgb(186,110,225); }

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

border-color css

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

 span { border-color: rgb(186,110,225); }

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