Html Css Color HEX #BA56E0 Medium Orchid

📋 copy color: '#BA56E0'

red 186 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #BA56E0

Tints of Medium Orchid #BA56E0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.34%

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

R = 37.5%
G = 17.34%
B = 45.16%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA56E0 (or 0xBA56E0) is known color: Medium Orchid. HEX triplet: BA, 56 and E0. RGB value is (186,86,224). Sum of RGB (Red+Green+Blue) = 186+86+224=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA56E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56E0 is #45A91F. Grayscale: #838383. Windows color (decimal): -4565280 or 14702266. OLE color: 14702266.

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

Color convert

RGB 186 86 224 -
CMYK 0.17 0.62 0 0.12
HSL 283.48º 0.69% 0.61% -
HSV(B) 283.48º 0.62% 0.88% -
XYZ 37.03 22.48 72.91 -
YUV 131.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 186 86 224 0.17 0.62 0 0.12 283.48 0.69 0.61
Hex BA 56 E0 11 3E 0 C 11B 45 3D
Octal 272 126 340 21 76 0 14 433 105 75
Binary 10111010 1010110 11100000 10001 111110 0 1100 100011011 1000101 111101

Color Harmonies of #BA56E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56E0

Black with #BA56E0

Text Example


Text Example

White with #BA56E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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