Html Css Color HEX #BA6EE0 Medium Orchid

📋 copy color: '#BA6EE0'

red 186 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #BA6EE0

Tints of Medium Orchid #BA6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 35.77%
G = 21.15%
B = 43.08%

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

#BA6EE0 (or 0xBA6EE0) is known color: Medium Orchid. HEX triplet: BA, 6E and E0. RGB value is (186,110,224). Sum of RGB (Red+Green+Blue) = 186+110+224=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EE0 is #45911F. Grayscale: #919191. Windows color (decimal): -4559136 or 14708410. OLE color: 14708410.

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

Color convert

RGB 186 110 224 -
CMYK 0.17 0.51 0 0.12
HSL 280º 0.65% 0.65% -
HSV(B) 280º 0.51% 0.88% -
XYZ 39.28 26.97 73.66 -
YUV 145.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 186 110 224 0.17 0.51 0 0.12 280 0.65 0.65
Hex BA 6E E0 11 33 0 C 118 41 41
Octal 272 156 340 21 63 0 14 430 101 101
Binary 10111010 1101110 11100000 10001 110011 0 1100 100011000 1000001 1000001

Color Harmonies of #BA6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EE0

Black with #BA6EE0

Text Example


Text Example

White with #BA6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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